Name | Description | Type | Additional information |
---|---|---|---|
From |
Sender's email address |
string |
None. |
To |
List of recipient email addresses separated by ";" or "," |
string |
None. |
Cc |
List of cc recipient email addresses separated by ";" or "," |
string |
None. |
Bcc |
List of Bcc recipient email addresses separated by ";" or "," |
string |
None. |
Subject |
Email subject |
string |
None. |
TimeZoneOffset |
TimeZoneOffset. Timezoneoffset should be specified in format ±hh:mm |
string |
None. |
Body |
Body of the email |
string |
None. |
Attachments |
This is a list of attachment ids. When attachments are uploaded through api/Upload , a string id is returned on successful file upload. |
Collection of string |
None. |
Options |
This is a dictionary (key , value pair) .This property should be ignored if no specific mail headers need to be included. |
Dictionary of string [key] and string [value] |
None. |
IsLargeMail |
If large mail is set to true , the email attachments will available for download separately and not attached to the email.The email will contain a link to download the attachments. |
boolean |
None. |