A 'Main' Client in this Function is a any Client that has Joint Clients associated with it. If Addressee is blank then an Addressee will be formed automatically depending on the Client Type.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| useLegalName | Boolean | Optional | Indicates whether to use the Legal Name instead of the Organisation Name, if the Client is an Organisation. If omitted, a value of False is assumed. | |
| usePersonActing | Boolean | Optional | Indicates whether to use the Person Acting Name instead of the Organisation Name, if the Client is an Organisation. If omitted, a value of False is assumed. | |
| includeJointClients | Boolean | Optional | Indicates whether to include any Joint Client names if this is the Main Client. If omitted, a value of False is assumed. | |
| jointNameOnNewLine | Boolean | Optional | Indicates whether to list each joint Client name on a new line. If omitted, a value of False is assumed. | |
| useTitle | Boolean | Optional | Indicates whether to include the Client's or Person Acting's Title. If omitted, a value of True is assumed. | |
| useOrganisationName | Boolean | Optional | If "usePersonActing" is True, determines whether the Organisation's Name is also included. If omitted, a value of True is assumed. |