Interface ExternalReplyMessageInfo
- All Superinterfaces:
MessageInfo
- All Known Subinterfaces:
ExternalReplyMailInfoViewContext,ExternalReplyMessageManipulationInput,ExternalReplyMessageReceivedEvent
A
ExternalReplyMessageInfo object provides information about an ExternalReplyMessage.- Since:
- 10.0.16
-
Method Summary
Modifier and TypeMethodDescriptionReturns the account the external reply message was received on.Returns the channel the external reply message was received through.Returns the external reply message.Methods inherited from interface com.novomind.ecom.api.imail.model.MessageInfo
getTicketId
-
Method Details
-
getExternalReplyMessage
ExternalReplyMessage getExternalReplyMessage()Returns the external reply message.- Returns:
- the external reply message
- Since:
- 10.0.16
-
getExternalReplyAccount
Account getExternalReplyAccount()Returns the account the external reply message was received on.- Returns:
- the account the external reply message was received on
- Since:
- 11.10
-
getExternalReplyChannel
Channel getExternalReplyChannel()Returns the channel the external reply message was received through.- Returns:
- the channel the external reply message was received through
- Since:
- 11.10
-