Messages with a duplicate Value (i.e. Email or Phone Number), Subject and Message will not be sent unless a Log is to be generated.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| messageTarget | iseMessageTarget | The Email Target. | ||
| formatHtml | Boolean | Optional | Indicates whether the Email Message is in HTML format. If omitted, a value of False is assumed. | |
| generateLogs | Boolean | Optional | If omitted, a value of False is assumed. | |
| logDocumentId | String | Optional | The Document Id for creating a Document Log. | |
| logDbDate | Date | Optional | The Log Date in the Database Time Zone. If omitted, a value of ISRuntime.OptionalNullDate is assumed. | |
| logActionDbDate | Date | Optional | The Action Date for Logs in the Database Time Zone. If omitted, a value of ISRuntime.OptionalNullDate is assumed. | |
| signature | String | Optional | The Signature to append to the bottom of the Email Message or '*' to use the Signature defined in Global and User Settings. This will be ignored if the message is HTML and already contains an HTML tag. If omitted, a value of * is assumed. | |
| htmlMessageTemplate | String | Optional | <para> The HTML Message Template to use or '*' to use the built-in template. </para> <para> This should contain a '{0}' tag which will be replaced by the Message. </para> If omitted, a value of * is assumed. |
A Boolean value indicating success.