Initializes a new instance of the SmtpRejectedRecipientEventArgs class with the specified recipient, response and an initial value of ignore state.

Namespace:  Rebex.Net
Assembly:  Rebex.Smtp (in Rebex.Smtp.dll)

Syntax

Visual Basic
Public Sub New ( _
	recipient As String, _
	response As SmtpResponse, _
	ignore As Boolean _
)
C#
public SmtpRejectedRecipientEventArgs(
	string recipient,
	SmtpResponse response,
	bool ignore
)

Parameters

recipient
Type: System..::..String
Rejected recipient.
response
Type: Rebex.Net..::..SmtpResponse
SMTP response.
ignore
Type: System..::..Boolean
Initial value of the property indicating whether to ignore recipient rejection.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also