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

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public static string SystemFlagsToString(
	SystemMessageFlags systemFlags
)

Parameters

systemFlags
Type: MailBee.ImapMailSystemMessageFlags
A set of system flags.

Return Value

Type: String
The space-delimited flag list string in IMAP4 format containing the specified system flags.
Remarks
Example of the returned value: "\Seen \Answered".
See Also