MailBeeImapNegativeResponseExceptionHumanReadable Property |
Gets the human readable part of the status response.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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.
Remarks For instance, if the entire status response string is
"MBN00000002 NO incorrect password or account name", this property returns
"incorrect password or account name".
See Also