IAddressValidationAdapterValidateNameAddress Method | |
returns a list of valid name address candidates for supplied address
Namespace:
PSI.Sox.Adapter.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax List<NameAddressValidationCandidate> ValidateNameAddress(
NameAddress na,
bool useSimpleNameAddress
)
Parameters
- na
- Type: NameAddress
nameaddress - useSimpleNameAddress
- Type: SystemBoolean
bool
Return Value
Type:
ListNameAddressValidationCandidatelist of name address candidates
See Also