MessageFlagSetToString Method |
Returns the entire list of flags as a string.
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 all the message flags associated with the given message or folder as a space-delimited list.
RemarksThe returned string is in IMAP4 format of flag list. For instance, "\Seen \Answered $Personal".
See Also