SmtpRejectedRecipientEventArgs Constructor
Namespace: Rebex.Net
Assembly: Rebex.Smtp.dll (version 7.0.9083)
SmtpRejectedRecipientEventArgs(String, SmtpResponse, Boolean)
Initializes a new instance of the SmtpRejectedRecipientEventArgs class with the specified recipient, response and an initial value of ignore state.
Declaration
public SmtpRejectedRecipientEventArgs(string recipient, SmtpResponse response, bool ignore)
Parameters
Type | Name | Description |
---|---|---|
String | recipient | Rejected recipient. |
SmtpResponse | response | SMTP response. |
Boolean | ignore | Initial value of the property indicating whether to ignore recipient rejection. |