MailBee.NET Objects 4.0

MessageFlagSet.SystemFlagsToString Method 

Converts the specified set of system message flags into IMAP4 flag list.

public static string SystemFlagsToString(
   SystemMessageFlags systemFlags
);

Parameters

systemFlags
A set of system flags.

Return Value

The space-delimited flag list string in IMAP4 format containing the specified system flags.

Remarks

Example of the returned value: "\Seen \Answered".

See Also

MessageFlagSet Class | MailBee.ImapMail Namespace