System.Net.Mail.SmtpFailedRecipientException Members

The members of System.Net.Mail.SmtpFailedRecipientException are listed below.

See Also: Inherited members from System.Net.Mail.SmtpException

Public Constructors

Initializes an empty instance of the System.Net.Mail.SmtpFailedRecipientException class.

Initializes a new instance of the System.Net.Mail.SmtpFailedRecipientException class with the specified error message.

Initializes a new instance of the System.Net.Mail.SmtpFailedRecipientException class with the specified status code and e-mail address.

Initializes a new instance of the System.Net.Mail.SmtpException class with the specified error message and inner exception.

Initializes a new instance of the System.Net.Mail.SmtpFailedRecipientException class with the specified status code, e-mail address, and server response.

Initializes a new instance of the System.Net.Mail.SmtpException class with the specified error message, e-mail address, and inner exception.

Protected Constructors

Public Properties

[read-only]
FailedRecipientstring.

Indicates the e-mail address with delivery difficulties.

Public Methods

Explicitly Implemented Interface Members