The Flag type exposes the following members.

Properties

  NameDescription
Public propertyFullName
Gets the full name of this flag. This property includes backslash for system flags E.g. \SEEN, \UNFLAGGED, MYFLAG.
Public propertyIsSystemFlag
Gets information if this is a system flag. All system flags begin with "\" character.
Public propertyName
Get the name of this flag. E.g. SEEN, UNFLAGGED.

See Also