IMailBeeSendException Interface
When implemented by an exception class, indicates the exception is related to send mail operation. The list of the recipients, the sender e-mail address, and the mail message itself is available.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public interface IMailBeeSendException

The IMailBeeSendException type exposes the following members.

Properties
  NameDescription
Public propertyActualRecipients
Gets the list of recipients the message is addressed to.
Public propertyActualSenderEmail
Gets the e-mail address of the sender of the mail message.
Public propertyMailMessage
Gets the mail message which is being sent.
Top
See Also