Interface PreSendMessageInfo
- All Superinterfaces:
MessageInfo
A
PreSendMessageInfo
object provides information about a PreSendMessage
.- Since:
- 10.0.42
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.novomind.ecom.api.imail.model.MessageInfo
getTicketId
-
Method Details
-
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
-