MessageFlagSetAllFlags Property |
Gets the entire list of flags as array of strings.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string[] AllFlags { get; }
Public ReadOnly Property AllFlags As String()
Get
Property Value
Type:
StringThe array of strings containing all the
message flags associated with the given message or folder.
Remarks In the returned array, system flags are prefixed with "\" character.
For instance, the following list can be returned: "\Seen", "\Answered", "$Personal".
Note |
---|
In C#, "\" character has special meaning. To insert it into string, either duplicate it
or prefix the entire string with "@" character. |
See Also