ImapGetErrorDescription Method
Returns a textual description of the last occurred error.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string GetErrorDescription()

Return Value

Type: String
A string value containing a textual description of the last occurred error.
Remarks
Error descriptions can be localized or edited by deriving from Resources class.
See Also