| FolderStatusPermanentFlags Property |
Gets the list of the known flags that can be change permanently.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public 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
Type:
ListFlagSee Also