ImapServerStatusEventArgsHumanReadable Property |
Gets the human readable part of the status response.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic string HumanReadable { get; }
Public ReadOnly Property HumanReadable As String
Get
Property Value
Type:
StringThe string containing the human readable part of the status response,
or a null reference (
Nothing in Visual Basic) if the response does not have the human readable part.
RemarksIf
IsAlert is
true, the application must present
HumanReadable to the user.
See Also