MessageFlagSetSystemFlagsToString Method |
Converts the specified set of system message flags into IMAP4 flag list.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public static string SystemFlagsToString(
SystemMessageFlags systemFlags
)
Public Shared Function SystemFlagsToString (
systemFlags As SystemMessageFlags
) As String
Parameters
- systemFlags
- Type: MailBee.ImapMailSystemMessageFlags
A set of system flags.
Return Value
Type:
StringThe space-delimited flag list string in IMAP4 format containing the specified system flags.
Remarks Example of the returned value: "\Seen \Answered".
See Also