AttachmentCollectionLastResult Property
Gets a numeric code of the last error.

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