AttachmentCollectionLastResult 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
A code number of the last occurred error.

Property Value

Type: Int32
An integer value containing a numeric code of the last error. The default value is 0.
Examples
The example is available in ThrowExceptions property documentation.
See Also