MailBee.NET Objects 4.0

UidCollection.AddRange Method 

Adds the specified range of UIDs to the collection.

public override void AddRange(
   string startIndex,
   string endIndex
);

Parameters

startIndex
The string containing the lower UID in the range.
endIndex
The string containing the higher UID in the range.

Remarks

endIndex must be not less than startIndex.

Exceptions

Exception Type Condition
Exception Parsing the supplied strings into UIDs failed.

See Also

UidCollection Class | MailBee.ImapMail Namespace