Interface TemplateMessage
- All Superinterfaces:
MailMessage
Represents a
MailMessage used as template e.g. for answering proposal for the
corresponding IncomingMessage before being inserted into the central backlog
as BacklogMessage.- Since:
- 12.33
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.mail.MessageThis method returns the underlyingMessageof thisTemplateMessageand allows direct manipulation of theMessage.Methods inherited from interface com.novomind.ecom.api.imail.model.MailMessage
getAttachments, getFromAddress, getHeader, getHtml, getMessageCopy, getMessageId, getSubject, getText, writeTo
-
Method Details
-
getMessage
jakarta.mail.Message getMessage()This method returns the underlyingMessageof thisTemplateMessageand allows direct manipulation of theMessage.- Returns:
- the underlying
Message - Since:
- 12.33
- See Also:
-