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