Interface QuickCaseMessage
- All Superinterfaces:
MailMessage
Represents a quick case message.
- Since:
- 11.3
-
Method Summary
Methods inherited from interface com.novomind.ecom.api.imail.model.MailMessage
getAttachments, getFromAddress, getHeader, getHtml, getMessageCopy, getMessageId, getSubject, getText, writeTo
-
Method Details
-
getToAddresses
List<jakarta.mail.internet.InternetAddress> getToAddresses()- Returns:
- an unmodifiable list of the TO addresses of the message
- Since:
- 11.3
-
getCcAddresses
List<jakarta.mail.internet.InternetAddress> getCcAddresses()- Returns:
- an unmodifiable list of the CC addresses of the message
- Since:
- 11.3
-
getBccAddresses
List<jakarta.mail.internet.InternetAddress> getBccAddresses()- Returns:
- an unmodifiable list of the BCC addresses of the message
- Since:
- 11.3
-