UidCollectionAddRange Method
Adds the specified range of UIDs to the collection.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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