Interface TemplateMessage

All Superinterfaces:
MailMessage

public interface TemplateMessage extends 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 Details

    • getMessage

      jakarta.mail.Message getMessage()
      This method returns the underlying Message of this TemplateMessage and allows direct manipulation of the Message.
      Returns:
      the underlying Message
      Since:
      12.33
      See Also: