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