ImapServerStatusEventArgsIsAlert Property
Gets whether the status response is "[ALERT]" response.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool IsAlert { get; }

Property Value

Type: Boolean
true if the response contains "[ALERT]" optional response code; otherwise, false.
Remarks
If this property returns true, the HumanReadable property value MUST be presented to the user. For instance, the server may warn its clients that it's going to shutdown soon.
See Also