com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class SmtpFailedRecipientException

    • Constructor Detail

      • SmtpFailedRecipientException

        public SmtpFailedRecipientException(String message)

        Initializes a new instance of the SmtpFailedRecipientException class

        Parameters:
        message - Error message
      • SmtpFailedRecipientException

        public SmtpFailedRecipientException(String message,
                                    Throwable innerException)

        Initializes a new instance of the SmtpFailedRecipientException class

        Parameters:
        message - Error message
        innerException - The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
      • SmtpFailedRecipientException

        public SmtpFailedRecipientException(int statusCode,
                                    String failedRecipient)

        Initializes a new instance of the SmtpFailedRecipientException class

        Parameters:
        statusCode - Status code
        failedRecipient - Failed recipient
      • SmtpFailedRecipientException

        public SmtpFailedRecipientException(int statusCode,
                                    String failedRecipient,
                                    String serverResponse)

        Initializes a new instance of the SmtpFailedRecipientException class

        Parameters:
        statusCode - Status code
        failedRecipient - Failed recipient
        serverResponse - Server response
      • SmtpFailedRecipientException

        public SmtpFailedRecipientException(String message,
                                    String failedRecipient,
                                    com.aspose.ms.System.Exception innerException)

        Initializes a new instance of the SmtpFailedRecipientException class

        Parameters:
        message - Error message
        failedRecipient - Failed recipient
        innerException - The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
    • Method Detail

      • getFailedRecipient

        public final String getFailedRecipient()

        Failed recipient