Get the Address for use in Letters, e.g. Word VBA templates.

This returns the Postal Address if possible otherwise it falls back to the Physical Address.

Syntax

finClientContactAddresses.GetAddressForLetters([includeAddressee], [postalZone], [clientContactAddressPk], [includeOrganisationLegalName])

Parameters

NameTypeOptionalByRefDescription
includeAddressee Boolean Optional Indicates whether to Include the Addressee Name in the Address. If omitted, a value of False is assumed.
postalZone String Optional ByRef Returns the Postal Zone for this Address.
clientContactAddressPk Integer Optional ByRef The primary key of the Client Contact Address record. If omitted, a value of 0 is assumed.
includeOrganisationLegalName Boolean Optional If the Client is an Organisation, if True the Client's Legal Name is added (or if blank then Client's Name), if False the Client's Name is added. If omitted, a value of False is assumed.

Return Value

String

A String value.

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