Interface PreSendMessageInfo
-
- All Superinterfaces:
MessageInfo
public interface PreSendMessageInfo extends MessageInfo
APreSendMessageInfo
object provides information about aPreSendMessage
.- Since:
- 10.0.42
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Account
getOutgoingAccount()
Channel
getOutgoingChannel()
PreSendMessage
getPreSendMessage()
-
Methods inherited from interface com.novomind.ecom.api.imail.model.MessageInfo
getTicketId
-
-
-
-
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
-
-