MessageNumberCollectionAddRange Method
Adds the specified range of message numbers to the collection.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public override void AddRange(
	string startIndex,
	string endIndex
)

Parameters

startIndex
Type: SystemString
The string containing the lower message number in the range.
endIndex
Type: SystemString
The string containing the higher message number in the range.
Exceptions
ExceptionCondition
ExceptionParsing the supplied strings into message numbers failed.
Remarks
endIndex must be not less than startIndex.
See Also