SmtpFailedRecipientException

SmtpFailedRecipientException class

Represents the exception which arises when the specified recipient is wrong

The SmtpFailedRecipientException type exposes the following members:

Constructors

NameDescription
SmtpFailedRecipientException()Initializes a new instance of the SmtpFailedRecipientException class
SmtpFailedRecipientException(message)Initializes a new instance of the SmtpFailedRecipientException class
SmtpFailedRecipientException(status_code, failed_recipient)Initializes a new instance of the SmtpFailedRecipientException class
SmtpFailedRecipientException(status_code, failed_recipient, server_response)Initializes a new instance of the SmtpFailedRecipientException class

Properties

NameDescription
status_codeSmtp status code
operation_detailsGets extra information aboout error
error_details
failed_recipientFailed recipient

See Also