 | MessageFlagsFlags Property |
Gets flags associated with the specified message.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic List<Flag> Flags { get; }Public ReadOnly Property Flags As List(Of Flag)
Get
public:
property List<Flag^>^ Flags {
List<Flag^>^ get ();
}member Flags : List<Flag> with get
Property Value
ListFlag
See Also