Checks to see if an Address is valid.

<para> The Postal Id will not be used in the Address Validation but will be updated on the Address Details if a match is found in the database. </para> <para> This functionality requires the Address Interface Full Verification Add-On. </para>

Syntax

finAddressing.AddressValidate(addressDetails, [sanitise], [sanitisedAddress])

Parameters

NameTypeOptionalByRefDescription
addressDetails ISAddressDetails The Address details.
sanitise Boolean Optional Indicates whether to Sanitise the Address if its Delivery Type is 'Unspecified'. If omitted, a value of False is assumed.
sanitisedAddress ISAddressDetails Optional ByRef The Sanitised Address or Nothing if the Address was not Sanitised. If omitted, a value of Nothing is assumed.

Return Value

Boolean

Boolean value indicating success.

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