SmtpMessageNotSentEventArgsReason Property
Gets the exception describing the error which prevented the message from being sent.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public MailBeeException Reason { get; }

Property Value

Type: MailBeeException
A reference to the exception.
See Also