| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| message | String | The Email Message. | ||
| messageIsHtml | Boolean | Indicates whether the Message is HTML. | ||
| createFullHtml | Boolean | Indicates whether to generate a Full HTML page i.e., include HTML and BODY tags (this will be ignored if the message already contains an HTML tag). | ||
| signature | String | The Signature to append to the bottom of the message. This will be ignored if the message is HTML and already contains an HTML tag unless the message contains a [Signature] tag in which case, the signature will be inserted at this point. If a [NoSignature] tag is included in the message then the signature will be ignored. | ||
| scriptContextData | ISKeyValueList | Optional | If omitted, a value of Nothing is assumed. | |
| subjectPreview | String | Optional | If specified, the preview will contain the Email Subject. |
A String value.