MailBee.NET Objects 4.0

MessageIndexCollection.AddRange Method 

When overridden in a derived class, should add the specified range of message numbers or UIDs to the collection.

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

Parameters

startIndex
The lower index of the range.
endIndex
The higher index of the range.

See Also

MessageIndexCollection Class | MailBee.ImapMail Namespace | MessageNumberCollection | UidCollection