Interface PreSendExternalMessageAndCloseTicketEvent

    • Method Detail

      • isFollowUp

        boolean isFollowUp()
        This method indicates whether this is the initial send and close operation on this ticket or if this is a follow up attempt to send the message e.g. due to a delivery failure.
        Returns:
        true if this is a follow up attempt to send the message
        Since:
        11.3
      • getTransactionCode

        java.util.Optional<TransactionCode> getTransactionCode()
        This method returns the optional TransactionCode that has been applied during the external forward operation of the ticket.
        Returns:
        the optional TransactionCode of the ticket.
        Since:
        11.3
      • getExternalAddress

        javax.mail.internet.InternetAddress getExternalAddress()
        This method returns the email address of the external recipient responsible for the ticket send and close operation.
        Returns:
        the email address of the external recipient.
        Since:
        11.3