SmimeLastResult Property
Gets a numeric code of the last error.

Namespace: MailBee.Security
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public int LastResult { get; }

Property Value

Type: Int32
An integer value containing a numeric code of the last error. The default value is 0.
Remarks
The error code is one of constants defined in ErrorCodes class.
See Also