The ExtendedData and ExtendedType properties will be updated to record the Email details.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| resolveTags | Boolean | Optional | Indicates whether to Resolve any Tags in the generated message, e.g., [Account.Name]. If omitted, a value of False is assumed. | |
| emailTo | String | Optional | The Email Recipient or a semi-colon delimited list of recipients. The Document Script may specify or overwrite this value if it returns a "to" return value. | |
| emailCc | String | Optional | The Email Recipients to CC or a semi-colon delimited list of recipients. The Document Script may specify or overwrite this value if it returns a "cc" return value. | |
| emailBcc | String | Optional | The Email Recipients to BCC or a semi-colon delimited list of recipients. The Document Script may specify or overwrite this value if it returns a "bcc" return value. | |
| addSignature | Boolean | Optional | Indicates whether to add the User's Signature (as defined under User Preferences) to the bottom of the Email. If omitted, a value of True is assumed. | |
| overrideTargetAndHtml | Boolean | Optional | Indicates whether to override the Message Target and HTML properties defined on the Document. If omitted, a value of False is assumed. | |
| messageTarget | iseMessageTarget | Optional | The Message Target if overrideTargetAndHtml is True. If omitted, a value of iseMessageTarget.Send is assumed. | |
| html | Boolean | Optional | Indicates whether the Email message is HTML if overrideTargetAndHtml is True. If omitted, a value of True is assumed. |
A Boolean value indicating success.