Click or drag to resize

Implementing the IAddressValidationAdapter Interface

The Address Validation adapter can be used to integrate external applications or services that provide address validation functionality.

This interface contains one method called ValidateNameAddress() which takes in a NameAddress object to validate using the external application.

Interface Members

Click here for a list of all members of the IAddressValidationAdapter interface.


Note Note

All adapters must have this configuration interface implemented in order for the adapter to function. See IAdapterConfigurationProvider for a sample implementation of IAdapterConfigurationProvider.