Occurs when a recipient is rejected by the server.

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

Syntax

Visual Basic
Public Event RejectedRecipient As EventHandler(Of SmtpRejectedRecipientEventArgs)
C#
public event EventHandler<SmtpRejectedRecipientEventArgs> RejectedRecipient

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also