SmtpMessageNotSentEventArgsReason Property |
Gets the exception describing the error which prevented the message from being sent.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic MailBeeException Reason { get; }
Public ReadOnly Property Reason As MailBeeException
Get
Property Value
Type:
MailBeeExceptionA reference to the exception.
See Also