 | FolderStatusPermanentFlags Property |
Gets the list of the known flags that can be change permanently.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic List<Flag> PermanentFlags { get; }Public ReadOnly Property PermanentFlags As List(Of Flag)
Get
public:
property List<Flag^>^ PermanentFlags {
List<Flag^>^ get ();
}member PermanentFlags : List<Flag> with get
Property Value
ListFlag
See Also