Interface TemplateMessage
-
- All Superinterfaces:
MailMessage
public interface TemplateMessage extends MailMessage
Represents aMailMessage
used as template e.g. for answering proposal for the correspondingIncomingMessage
before being inserted into the central backlog asBacklogMessage
.- Since:
- 12.33
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.mail.Message
getMessage()
This method returns the underlyingMessage
of thisTemplateMessage
and 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 Detail
-
getMessage
javax.mail.Message getMessage()
This method returns the underlyingMessage
of thisTemplateMessage
and allows direct manipulation of theMessage
.- Returns:
- the underlying
Message
- Since:
- 12.33
- See Also:
MailMessage.getMessageCopy()
-
-