MailBee.NET Objects 7.2

ImapServerStatusEventArgs.HumanReadable Property

Gets the human readable part of the status response.

public string HumanReadable {get;}

Property Value

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

ImapServerStatusEventArgs Class | MailBee.ImapMail Namespace | IsAlert