MailBeeExceptionErrorCode Property
Gets the error code.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public int ErrorCode { get; }

Property Value

Type: Int32
Remarks
The error code returned by this property is the one of field values defined in ErrorCodes class.
See Also