Add a Client Recipient to the collection.

Syntax

finMessageRecipients.AddClient(clientId, clientName, value, [comment], [include], [emailBCC], [emailCC], [fee], [feeAccountPk], [feeElementPk], [feeReference], [feeNotes], [workflowPk], [workflowItemPk])

Parameters

NameTypeOptionalByRefDescription
clientId String The Client Id.
clientName String The Client Name.
value String The Value, e.g. an SMS-capable Phone Number or an Email Address.
comment String Optional A Comment.
include Boolean Optional Indicates wether to include this Recipient when publishing. If omitted, a value of True is assumed.
emailBCC String Optional A list of Blind Carpon Copy Email Addresses.
emailCC String Optional A list of Carbon Copy Email Addresses.
fee Decimal Optional The Fee to be charged. If omitted, a value of 0 is assumed.
feeAccountPk Integer Optional The Primary Key of the Account to charge. If omitted, a value of 0 is assumed.
feeElementPk Integer Optional The Primary Key of the Fee Element. If omitted, a value of 0 is assumed.
feeReference String Optional The Fee Reference.
feeNotes String Optional The Fee Notes.
workflowPk Integer Optional If omitted, a value of 0 is assumed.
workflowItemPk Integer Optional If omitted, a value of 0 is assumed.

Return Value

finMessageRecipient

A finMessageRecipient value.

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