Interface DeliveryFailureMessageInfo
- All Superinterfaces:
- MessageInfo
- All Known Subinterfaces:
- DeliveryFailureMessageReceivedEvent
A 
DeliveryFailureMessageInfo object provides information about a delivery failure message.- Since:
- 11.27
- 
Method SummaryModifier and TypeMethodDescriptionMethods inherited from interface com.novomind.ecom.api.imail.model.MessageInfogetTicketId
- 
Method Details- 
getSentTicketID- Returns:
- an Optionalwith the sent ticket id that caused this deliver failure message, or an emptyOptionalif no sent ticket could be found.
- Since:
- 11.27
 
- 
getSentTicketCategory- Returns:
- an Optionalwith the category of the sent ticket that caused this deliver failure message, or an emptyOptionalif no sent ticket could be found.
- Since:
- 12.40
 
- 
getDeliveryFailureMessageDeliveryFailureMessage getDeliveryFailureMessage()- Returns:
- the delivery failure message
- Since:
- 11.27
 
- 
getIncomingAccountAccount getIncomingAccount()- Returns:
- the incoming account of the message.
- Since:
- 11.27
 
- 
getIncomingChannelChannel getIncomingChannel()- Returns:
- the incoming channel of the message.
- Since:
- 11.27
 
 
-