IMailBeeSmtpSendNeedsResetException Interface
When implemented by an exception class, indicates RSET command was issued to the SMTP server to reset SMTP session and prepare it for sending another message.

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

The IMailBeeSmtpSendNeedsResetException 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
Remarks
If the SMTP server returned a negative response during send mail operation and the connection was not closed, MailBee sends RSET command to the SMTP server in order to prepare the session for subsequent commands.
See Also