Retrieves Messaging Contacts for an Account.

Syntax

finAccountFunctions.GetMessagingContacts(account, messagingContacts, [includeEmail], [includeSms], [includePhone], [includeFax], [includeEmployments], [includeOtherContactMethods])

Parameters

NameTypeOptionalByRefDescription
account finAccount The Account to get Messaging Contacts for.
messagingContacts finMessagingContacts ByRef The populated finMessagingContacts object.
includeEmail Boolean Optional Indicates whether to include email addresses. If omitted, a value of True is assumed.
includeSms Boolean Optional Indicates whether to include phone numbers which support SMS. If omitted, a value of True is assumed.
includePhone Boolean Optional Indicates whether to include phone numbers. If omitted, a value of True is assumed.
includeFax Boolean Optional Indicates whether to include fax numbers. If omitted, a value of True is assumed.
includeEmployments Boolean Optional Indicates whether to include employment contact information. If omitted, a value of True is assumed.
includeOtherContactMethods Boolean Optional Indicates whether to include "Other" Client Contact Methods such as Next of Kin. If omitted, a value of False 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