ImapServerStatusEventArgsHumanReadable Property
Gets the human readable part of the status response.

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

Property Value

Type: String
The 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.
Remarks
If IsAlert is true, the application must present HumanReadable to the user.
See Also