MessageIndexCollectionAddRange Method
When overridden in a derived class, should add the specified range of message numbers or UIDs to the collection.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public abstract void AddRange(
	string startIndex,
	string endIndex
)

Parameters

startIndex
Type: SystemString
The lower index of the range.
endIndex
Type: SystemString
The higher index of the range.
See Also