ImapServerStatusEventArgsIsAlert Property |
Gets whether the status response is "[ALERT]" response.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool IsAlert { get; }
Public ReadOnly Property IsAlert As Boolean
Get
Property Value
Type:
Booleantrue 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