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.
Click here for a list of all members of the IAddressValidationAdapter interface.
Note |
---|
All adapters must have this configuration interface implemented in order for the adapter to function. See IAdapterConfigurationProvider for a sample implementation of IAdapterConfigurationProvider. |