Add a Contact Address to the end of the collection.

The the Address Details contain full street address details but not split street address details, these will be populated automatically and vice versa.

Syntax

finClientContactAddresses.AddContactAddress(contactMethodId, addressDetails, [validateAndSanitise], [sanitised])

Parameters

NameTypeOptionalByRefDescription
contactMethodId String The Contact Method Id.
addressDetails ISAddressDetails The Address to add.
validateAndSanitise Boolean Optional Indicates whether to Validate and Sanitise the Address. This does nothing if not licenced for the Address Full Verification Add-On. If omitted, a value of True is assumed.
sanitised Boolean Optional ByRef Indicates whether the Address was Sanitised, i.e., tidied up and assigned a Postal Id. If omitted, a value of False is assumed.

Return Value

finClientContactAddress

A finClientContactAddress object or Nothing if permissions prevented the item from being added.

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