MailBee.NET Objects 4.0

MessageNumberCollection.AddRange Method 

Adds the specified range of message numbers to the collection.

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

Parameters

startIndex
The string containing the lower message number in the range.
endIndex
The string containing the higher message number in the range.

Remarks

endIndex must be not less than startIndex.

Exceptions

Exception Type Condition
Exception Parsing the supplied strings into message numbers failed.

See Also

MessageNumberCollection Class | MailBee.ImapMail Namespace