AttachmentLastResult Property |
Gets a numeric code of the last error.
Namespace: MailBee.MimeAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic int LastResult { get; }
Public ReadOnly Property LastResult As Integer
Get
Property Value
Type:
Int32An integer value containing a numeric code of the last error. The default value is 0.
RemarksThe error code is one of constants defined in
ErrorCodes class.
Examples
See Also