 | FolderStatusAlerts Property |
Gets the list of server alerts (indicated by [ALERT] keyword).
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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
ListString
See Also