Gets the list of rejected recipients.

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

Syntax

Visual Basic
Public Function GetRejectedRecipients As SmtpRejectedRecipient()
C#
public SmtpRejectedRecipient[] GetRejectedRecipients()

Field Value

The list of rejected recipients, or null if not applicable.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also