SmtpRejectedRecipient Constructor
Namespace: Rebex.Net
Assembly: Rebex.Smtp.dll (version 7.0.9083)
SmtpRejectedRecipient(String, SmtpResponse)
Creates a new instance of SmtpRejectedRecipient using a specified address and response.
Declaration
public SmtpRejectedRecipient(string address, SmtpResponse response)
Parameters
Type | Name | Description |
---|---|---|
String | address | Address of the recipient. |
SmtpResponse | response | Response that rejected the recipient. |