MessageFlagSetToString Method
Returns the entire list of flags as a string.

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 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