MailBeeExceptionErrorCode Property
Gets the error code.

Namespace: MailBee
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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