Interface OutgoingMessageInfo

All Superinterfaces:
IssueRoutingInfo, MessageInfo, TicketProvider, TicketRoutingInfo
All Known Subinterfaces:
AgentOutgoingMailInfoViewContext, AgentTicketAnsweredClearanceRequiredEvent, AgentTicketAnsweredEvent, AutoTicketAnsweredClearanceRequiredEvent, AutoTicketAnsweredEvent, ExternalTicketAnsweredClearanceRequiredEvent, ExternalTicketAnsweredEvent, OutgoingMailInfoViewContext, TicketAnsweredEvent

public interface OutgoingMessageInfo extends MessageInfo, TicketProvider, TicketRoutingInfo
A OutgoingMessageInfo object provides information about an OutgoingMessage.
Since:
10.0.16
  • Method Details

    • getOutgoingMessage

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

      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