| FolderStatusSupportsCustomFlags Property |
Gets a boolean value indicating if custom flags (keywords) can be created in the folder (mailbox).
Internally it checks if
PermanentFlags collection contains
Star.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public bool SupportsCustomFlags { get; }
Public ReadOnly Property SupportsCustomFlags As Boolean
Get
public:
property bool SupportsCustomFlags {
bool get ();
}
member SupportsCustomFlags : bool with get
Property Value
Type:
BooleanSee Also