...
Anchor | ||||
---|---|---|---|---|
|
Predefined structure:
...
JEmailMessage
Name | Field | Type | Obs |
---|---|---|---|
from | string [] | Array of email addresses | |
to | string [] | Array of email addresses | |
cc | string [] | Array of email addresses | |
subject | string | ||
body | string | Entire body of the message including quoted text in case of replied or forwarded messages | |
attachments | string [] | Array containing the names of the attachmentsof JEmailAttachment objects; there can be duplicates |
...