| FolderStatusAlerts Property |
Gets the list of server alerts (indicated by [ALERT] keyword).
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public List<string> Alerts { get; }
Public ReadOnly Property Alerts As List(Of String)
Get
public:
property List<String^>^ Alerts {
List<String^>^ get ();
}
member Alerts : List<string> with get
Property Value
Type:
ListStringSee Also