Create an unsaved Client Email Document Log.

Syntax

finClientFunctions.CreateEmailDocumentLog(documentId, client, clientLog, [dateAsAt], [subject], [message], [specialTags], [contactValueTo], [contactValueCC], [contactValueBCC], [workflow], [workflowItem])

Parameters

NameTypeOptionalByRefDescription
documentId String The Document Id.
client finClient The Client.
clientLog finClientLog ByRef The new, unsaved Client Log.
dateAsAt Date Optional The Date As At. If omitted, a value of ISRuntime.OptionalNullDate is assumed.
subject String Optional The Email Subject or a blank String to retrieve from the Document (template subject or Script) or from the Workflow Item.
message String Optional The Email Message or a blank String to retrieve from the Document (template message or Script) or from the Workflow Item.
specialTags ISKeyValueList Optional Any special tags to resolve. If omitted, a value of Nothing is assumed.
contactValueTo String Optional A semi-colon separated list of 'To' Email Addresses.
contactValueCC String Optional A semi-colon separated list of 'CC' Email Addresses.
contactValueBCC String Optional A semi-colon separated list of 'BCC' Email Addresses.
workflow finWorkflow Optional The Workflow to link the Log to. If omitted, a value of Nothing is assumed.
workflowItem finWorkflowItem Optional The Workflow Item to link the Log to. If omitted, a value of Nothing is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
finClientFunctions
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0