AttachmentLastResult Property
Gets a numeric code of the last error.

Namespace: MailBee.Mime
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.
Examples
The example is available in ThrowExceptions property documentation.
See Also