public class MailMessage extends Object
Constructor and Description |
---|
MailMessage() |
Modifier and Type | Method and Description |
---|---|
String |
getBody()
Get the body for the mail
|
MailRecipients |
getRecipients()
Get all addresses for the mail
|
String |
getSubject()
Get the subject for the mail
|
void |
setBody(String body)
Set the body for the mail
|
void |
setRecipients(MailRecipients recipients)
Set the recipients
|
void |
setSubject(String subject)
Set the subject for the mail
|
public MailRecipients getRecipients()
public String getSubject()
public String getBody()
public void setRecipients(MailRecipients recipients)
recipients
- public void setSubject(String subject)
subject
- public void setBody(String body)
body
- Copyright © 2022 Visiativ. All rights reserved.