 | 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.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic bool SupportsCustomFlags { get; }Public ReadOnly Property SupportsCustomFlags As Boolean
Get
public:
property bool SupportsCustomFlags {
bool get ();
}member SupportsCustomFlags : bool with get
Property Value
Boolean
See Also