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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also