Get a list of either Email or SMS Contact Details and optionally default the 'EmailTo' or 'PhoneNumber' property.

Syntax

finDocumentCreate.GetContactDetails([defaultContact], [includeGuarantors], [includeEmployees], [includeManager], [includeDealer], [includeBroker], [includeInsurer], [includeOtherRoles])

Parameters

NameTypeOptionalByRefDescription
defaultContact Boolean Optional Indicates whether to default the 'EmailTo' or 'PhoneNumber' property. If omitted, a value of True is assumed.
includeGuarantors Boolean Optional Indicates whether to include Guarantor Contact Details. Applies where the Document Target is 'Account'. If omitted, a value of True is assumed.
includeEmployees Boolean Optional Indicates whether to include Employee Contact Details. Applies where the Document Target is 'Account'. If omitted, a value of True is assumed.
includeManager Boolean Optional Indicates whether to include Manager Contact Details. Applies where the Document Target is 'Account'. If omitted, a value of True is assumed.
includeDealer Boolean Optional Indicates whether to include Dealer Contact Details. Applies where the Document Target is 'Account'. If omitted, a value of True is assumed.
includeBroker Boolean Optional Indicates whether to include Broker Contact Details. Applies where the Document Target is 'Account'. If omitted, a value of True is assumed.
includeInsurer Boolean Optional Indicates whether to include Insurer Contact Details. Applies where the Document Target is 'Account'. If omitted, a value of True is assumed.
includeOtherRoles Boolean Optional Indicates whether to include Contact Details of other Roles. Applies where the Document Target is 'Account'. If omitted, a value of True is assumed.

Return Value

finMessagingContacts

A finMessagingContacts object.

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