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 (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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