EwsGetErrorDescription Method |
Returns a textual description of the last occurred error.
Namespace: MailBee.EwsMailAssembly: 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 occurred error.
Remarks Error descriptions can be localized or edited by deriving from
Resources
class.
See Also