Pop3GetErrorDescription Method |
Returns a textual description of the last error.
Namespace: MailBee.Pop3MailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string GetErrorDescription()
Public Function GetErrorDescription As String
Return Value
Type:
StringA 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