Package com.axemble.vdoc.sdk.structs
Class MailMessage
java.lang.Object
com.axemble.vdoc.sdk.structs.MailMessage
- Author:
- ploureiro
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBody()
Get the body for the mailGet all addresses for the mailGet the subject for the mailvoid
Set the body for the mailvoid
setRecipients
(MailRecipients recipients) Set the recipientsvoid
setSubject
(String subject) Set the subject for the mail
-
Constructor Details
-
MailMessage
public MailMessage()
-
-
Method Details
-
getRecipients
Get all addresses for the mail- Returns:
-
getSubject
Get the subject for the mail- Returns:
-
getBody
Get the body for the mail- Returns:
-
setRecipients
Set the recipients- Parameters:
recipients
-
-
setSubject
Set the subject for the mail- Parameters:
subject
-
-
setBody
Set the body for the mail- Parameters:
body
-
-