...
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 | this is the entire body of the message, including any quoted text in case of replied/forwarded messages | |
attachments | string [] | array containing the names of the attachments; there can be duplicates |
...