Add an Account Application Recipient to the collection.

Syntax

finMessageRecipients.AddAccountApp(accountAppId, accountAppName, accountAppApplicantPk, applicantName, value, [comment], [include], [emailBCC], [emailCC], [fee], [feeAccountPk], [feeElementPk], [feeReference], [feeNotes], [workflowPk], [workflowItemPk])

Parameters

NameTypeOptionalByRefDescription
accountAppId String The Account Application Id.
accountAppName String The Account Application Name.
accountAppApplicantPk Integer The primary key of the Applicant or zero if not sending to an Applicant.
applicantName String The Applicant Name.
value String The Value, e.g. an SMS-capable Phone Number or an Email Address.
comment String Optional A Comment.
include Boolean Optional If omitted, a value of True is assumed.
emailBCC String Optional A list of Blind Carbon 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