SmtpRejectedRecipientEventArgs Class
Namespace: Rebex.Net
Assembly: Rebex.Smtp.dll (version 7.0.9083)
Provides data for the RejectedRecipient event.
Syntax
public class SmtpRejectedRecipientEventArgs : EventArgs
Inherited Members
Constructors
Name | Description |
---|---|
SmtpRejectedRecipientEventArgs(String, SmtpResponse, Boolean) | Initializes a new instance of the SmtpRejectedRecipientEventArgs class with the specified recipient, response and an initial value of ignore state. |
Properties
Name | Description |
---|---|
Ignore | Gets or sets a value indicating whether to ignore the rejection of the recipient and continue the sending operation. |
Recipient | Gets the address of rejected recipient. |
Response | Gets the SMTP server response. |