Creates a new instance of SmtpRejectedRecipient using a specified
address and response.
Namespace:
Rebex.Net
Assembly:
Rebex.Smtp (in Rebex.Smtp.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _ address As String, _ response As SmtpResponse _ ) |
C# |
---|
public SmtpRejectedRecipient( string address, SmtpResponse response ) |
Parameters
- address
- Type: System..::..String
Address of the recipient.
- response
- Type: Rebex.Net..::..SmtpResponse
Response that rejected the recipient.