MailBee.NET Objects 4.0

MessageFlagSet.AllFlags Property

Gets the entire list of flags as array of strings.

public string[] AllFlags {get;}

Property Value

The 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

MessageFlagSet Class | MailBee.ImapMail Namespace