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

Syntax

finClientFunctions.GetMessagingContactNames(client, messagingContacts, [includeEmployments], [includeName], [includeEmail], [includeFax], [includePhone], [includeSms], [includeOther], [includeManager])

Parameters

NameTypeOptionalByRefDescription
client finClient The Client to get Messaging Contacts for.
messagingContacts finMessagingContacts ByRef The populated finMessagingContacts object.
includeEmployments Boolean Optional Indicates whether to include Employments. If omitted, a value of True is assumed.
includeName Boolean Optional Indicates whether to include Name. If omitted, a value of True is assumed.
includeEmail Boolean Optional Indicates whether to include Email. If omitted, a value of True is assumed.
includeFax Boolean Optional Indicates whether to include Fax. If omitted, a value of True is assumed.
includePhone Boolean Optional Indicates whether to include Phone. If omitted, a value of True is assumed.
includeSms Boolean Optional Indicates whether to include SMS. If omitted, a value of True is assumed.
includeOther Boolean Optional Indicates whether to include 'Other'. 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.

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