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