Class SmtpFailedRecipientsException
Contents
[
Hide
]SmtpFailedRecipientsException class
Summary description for SmtpFailedRecipientsException.
public class SmtpFailedRecipientsException : SmtpFailedRecipientException
Constructors
Name | Description |
---|---|
SmtpFailedRecipientsException() | Initializes a new instance of the SmtpFailedRecipientsException class |
SmtpFailedRecipientsException(string) | Initializes a new instance of the SmtpFailedRecipientsException class |
SmtpFailedRecipientsException(string, Exception) | Initializes a new instance of the SmtpFailedRecipientsException class |
SmtpFailedRecipientsException(string, SmtpFailedRecipientException[]) | Initializes a new instance of the SmtpFailedRecipientsException class |
Properties
Name | Description |
---|---|
ErrorDetails { get; } | Gets extra information aboout error |
FailedRecipient { get; } | Failed recipient |
InnerExceptions { get; } | Array of inner exceptions |
override Message { get; } | Gets a message that describes the current exception. |
OperationDetails { get; } | Gets extra information aboout error |
StatusCode { get; set; } | Smtp status code |
Methods
Name | Description |
---|---|
override ToString() | Returns a string that represents the current object. |
See Also
- class SmtpFailedRecipientException
- namespace Aspose.Email.Clients.Smtp
- assembly Aspose.Email