Package | Description |
---|---|
com.llwork.external.email |
Modifier and Type | Class and Description |
---|---|
class |
EmailBodyData |
Modifier and Type | Method and Description |
---|---|
IEmailBodyData[] |
IEmailData.getBodyTexts()
Return the body texts of the email
|
IEmailBodyData[] |
EmailData.getBodyTexts() |
Modifier and Type | Method and Description |
---|---|
java.util.List<IEmailBodyData> |
IEmailData.getBodyTextList()
Return the body texts of the email as a list
|
java.util.List<IEmailBodyData> |
EmailData.getBodyTextList() |
Modifier and Type | Method and Description |
---|---|
void |
IEmailData.addBodyText(IEmailBodyData bodyText)
Add a body text to the email
|
void |
EmailData.addBodyText(IEmailBodyData bodyText) |
Constructor and Description |
---|
EmailData(IEmailBodyData bodyData) |
EmailData(IEmailBodyData[] bodyData) |