constructEml(body,subject,toList,from,isHtml,attachmentNames,attachmentData)¶
Definition¶
Binary constructEml(String body, String subject, List toList, String from, Boolean isHtml, List attachmentNames, List attachmentData)
Description¶
Creates a .eml Binary
Parameter Definition¶
Name | Type | Description |
---|---|---|
body | String | body |
subject | String | subject |
toList | List | toList |
from | String | from |
isHtml | Boolean | isHtml |
attachmentNames | List | attachmentNames |
attachmentData | List | attachmentData |