Interface PreSendMessageInfo

  • All Superinterfaces:
    MessageInfo

    public interface PreSendMessageInfo
    extends MessageInfo
    A PreSendMessageInfo object provides information about a PreSendMessage.
    Since:
    10.0.42
    • Method Detail

      • getPreSendMessage

        PreSendMessage getPreSendMessage()
        Returns:
        the PreSendMessage
        Since:
        10.0.42
      • getOutgoingAccount

        Account getOutgoingAccount()
        Returns:
        the outgoing account of the message.
        Since:
        10.0.42
      • getOutgoingChannel

        Channel getOutgoingChannel()
        Returns:
        the outgoing channel of the message.
        Since:
        10.0.42