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 (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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