Interface OutgoingMessageInfo

    • Method Detail

      • getOutgoingMessage

        OutgoingMessage getOutgoingMessage()
        Returns:
        the outgoing message
        Since:
        10.0.16
      • getSendingUser

        java.util.Optional<User> getSendingUser()
        Returns:
        the user, that sent the message. If the sender of the message is an external address or has been sent automatically, the user will not be available.
        Since:
        10.0.42