public class Email extends Object
Constructor and Description |
---|
Email() |
Modifier and Type | Method and Description |
---|---|
List<Attachment> |
getAttachments() |
String |
getFrom() |
String |
getHtmlBody() |
List<Recipient> |
getRecipients() |
String |
getSubject() |
String |
getTextBody() |
void |
setFrom(String from) |
void |
setHtmlBody(String htmlBody) |
void |
setSubject(String subject) |
void |
setTextBody(String textBody) |
public static final String copyright
public List<Attachment> getAttachments()
public String getSubject()
public void setSubject(String subject)
public String getTextBody()
public void setTextBody(String textBody)
public String getHtmlBody()
public void setHtmlBody(String htmlBody)
public String getFrom()
public void setFrom(String from)