Class MailMessage

java.lang.Object
org.nuxeo.mail.MailMessage

public final class MailMessage extends Object
A class representing a mail message. To be used to construct the final mail depending on the underlying mail service implementation.
Since:
2023.4
  • Method Details

    • getTos

      public List<String> getTos()
    • getFroms

      public List<String> getFroms()
    • getCcs

      public List<String> getCcs()
    • getBccs

      public List<String> getBccs()
    • getReplyTos

      public List<String> getReplyTos()
    • getAttachments

      public List<Blob> getAttachments()
    • hasAttachments

      public boolean hasAttachments()
    • getDate

      public Date getDate()
    • getSubject

      public String getSubject()
    • getSubjectCharset

      public Charset getSubjectCharset()
    • getContent

      public Object getContent()
    • getContentType

      public String getContentType()
    • getSenderName

      public String getSenderName()