Pop3GetErrorDescription Method |
Returns a textual description of the last error.
Namespace: MailBee.Pop3MailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic string GetErrorDescription()
Public Function GetErrorDescription As String
Return Value
Type:
StringA string value containing a textual description of the last error.
RemarksError descriptions can be localized or edited by deriving from
Resources
class.
See Also