MessageIndexCollectionToString Method
Returns the message sequence as a string in IMAP4 format.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public override string ToString()

Return Value

Type: String
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