UidCollectionAddRange Method
Adds the specified range of 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 override void AddRange(
	string startIndex,
	string endIndex
)

Parameters

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