MessageIndexCollectionToString Method |
Returns the message sequence as a string in IMAP4 format.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public override string ToString()
Public Overrides Function ToString As String
Return Value
Type:
StringThe 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