MessageIndexCollectionToString Method |
Returns the message sequence as a string in IMAP4 format.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
Return Value
Type:
StringThe string containing the message sequence in IMAP4 format.
RemarksFor 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