MailBee.NET Objects 6.0

MessageIndexCollection.ToString Method 

Returns the message sequence as a string in IMAP4 format.

public override string ToString();

Return Value

The string containing the message sequence in IMAP4 format.

Remarks

For instance, if the collection contains message indices 5, 8, 11, 12, 13, 67, 68, this method returns "5,8,11:13,67:68".

See Also

MessageIndexCollection Class | MailBee.ImapMail Namespace