IMailBeeSmtpSendException Interface
When implemented by an exception class, indicates the exception is related to send mail to an SMTP server.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public interface IMailBeeSmtpSendException : IMailBeeSendException

The IMailBeeSmtpSendException type exposes the following members.

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