SmtpFailedRecipientException
SmtpFailedRecipientException class
Represents the exception which arises when the specified recipient is wrong
The SmtpFailedRecipientException type exposes the following members:
Constructors
Name | Description |
---|---|
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
Name | Description |
---|---|
status_code | Smtp status code |
operation_details | Gets extra information aboout error |
error_details | |
failed_recipient | Failed recipient |
See Also
- namespace aspose.email.clients.smtp
- assembly Aspose.Email