Loads a list of Names for the Account, regardless of whether or not they have any Contact Methods.

Syntax

finAccountFunctions.GetMessagingContactNames(account, messagingContacts, [includeGuarantors], [includeOtherRoles], [includeEmployees], [includeManager], [includeDealer], [includeBroker], [includeInsurer], [includeOtherContactMethods])

Parameters

NameTypeOptionalByRefDescription
account finAccount The Account to get Messaging Contacts for.
messagingContacts finMessagingContacts ByRef The populated finMessagingContacts object.
includeGuarantors Boolean Optional Indicates whether to include Guarantors. If omitted, a value of True is assumed.
includeOtherRoles Boolean Optional Indicates whether to include Other Roles. If omitted, a value of True is assumed.
includeEmployees Boolean Optional Indicates whether to include Employees. If omitted, a value of True is assumed.
includeManager Boolean Optional Indicates whether to include the Manager. If omitted, a value of True is assumed.
includeDealer Boolean Optional Indicates whether to include the Dealer. If omitted, a value of True is assumed.
includeBroker Boolean Optional Indicates whether to include the Broker. If omitted, a value of True is assumed.
includeInsurer Boolean Optional Indicates whether to include the Insurer. If omitted, a value of True is assumed.
includeOtherContactMethods Boolean Optional Indicates whether to include other Contact Methods. If omitted, a value of True is assumed.

Return Value

Boolean

A Boolean value indicating success.

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