Package com.axemble.vdoc.sdk.structs
Class MailMessage
java.lang.Object
com.axemble.vdoc.sdk.structs.MailMessage
- Author:
- ploureiro
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetBody()Get the body for the mailGet all addresses for the mailGet the subject for the mailvoidSet the body for the mailvoidsetRecipients(MailRecipients recipients) Set the recipientsvoidsetSubject(String subject) Set the subject for the mail
- 
Constructor Details- 
MailMessagepublic MailMessage()
 
- 
- 
Method Details- 
getRecipientsGet all addresses for the mail- Returns:
 
- 
getSubjectGet the subject for the mail- Returns:
 
- 
getBodyGet the body for the mail- Returns:
 
- 
setRecipientsSet the recipients- Parameters:
- recipients-
 
- 
setSubjectSet the subject for the mail- Parameters:
- subject-
 
- 
setBodySet the body for the mail- Parameters:
- body-
 
 
-