Create the Extended Data required for Email Logs.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| recipients | String | A comma or semi-colon separated list of Recipient Email Addresses. | ||
| emailSubject | String | The Email Subject. | ||
| emailMessage | String | The Email Message. | ||
| recipientsCc | String | Optional | A comma or semi-colon separated list of CC (carbon copy) Recipient Email Addresses. | |
| recipientsBcc | String | Optional | A comma or semi-colon separated list of BCC (blind carbon copy) Recipient Email Addresses. | |
| messageTarget | iseMessageTarget | Optional | The Message Target. If omitted, a value of iseMessageTarget.Send is assumed. | |
| formatHtml | Boolean | Optional | Indicates whether the Email should be sent as HTML. If omitted, a value of False is assumed. | |
| signature | String | Optional | The Signature to append to the message or '*' to use the Signature defined by Global and User Settings. If omitted, a value of * is assumed. | |
| branchPk | Integer | Optional | The Branch to use or zero to just use the User's Signature. Entities can define their own Email Signature and this will override the global Email Disclaimer if defined. If omitted, a value of 0 is assumed. | |
| senderEmailAddress | String | Optional | The Sender Email Address. | |
| senderName | String | Optional | The Sender Name. | |
| messageAttachments | ISMessageAttachments | Optional | Any message attachments. These will be recorded as text descrptions only. If omitted, a value of Nothing is assumed. | |
| branchId | String | Optional | ||
| serviceId | String | Optional | ||
| sourceType | String | Optional | ||
| sourceId | String | Optional |
A String value.