MailBee.NET Objects 4.0

MessageFlagSet.ToString Method 

Returns the entire list of flags as a string.

public override string ToString();

Return Value

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

MessageFlagSet Class | MailBee.ImapMail Namespace