Class MailMessage

java.lang.Object
com.axemble.vdoc.sdk.structs.MailMessage

public class MailMessage extends Object
Author:
ploureiro
  • Constructor Details

    • MailMessage

      public MailMessage()
  • Method Details

    • getRecipients

      public MailRecipients getRecipients()
      Get all addresses for the mail
      Returns:
    • getSubject

      public String getSubject()
      Get the subject for the mail
      Returns:
    • getBody

      public String getBody()
      Get the body for the mail
      Returns:
    • setRecipients

      public void setRecipients(MailRecipients recipients)
      Set the recipients
      Parameters:
      recipients -
    • setSubject

      public void setSubject(String subject)
      Set the subject for the mail
      Parameters:
      subject -
    • setBody

      public void setBody(String body)
      Set the body for the mail
      Parameters:
      body -