Retrieves Messaging Contacts for an Account Application.

Syntax

finAccountAppFunctions.GetMessagingContacts(accountApp, messagingContacts, [includeEmail], [includeSms], [includePhone], [includeFax], [includeEmployments], [includeClientOther])

Parameters

NameTypeOptionalByRefDescription
accountApp finAccountApp The Account Application 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.
includeClientOther 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:
finAccountAppFunctions
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0