Pop3GetErrorDescription Method
Returns a textual description of the last error.

Namespace: MailBee.Pop3Mail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public string GetErrorDescription()

Return Value

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