SmimeLastResult Property
Gets a numeric code of the last error.

Namespace: MailBee.Security
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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