Click or drag to resize

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
C#
List<NameAddressValidationCandidate> ValidateNameAddress(
	NameAddress na,
	bool useSimpleNameAddress
)

Parameters

na
Type: NameAddress
nameaddress
useSimpleNameAddress
Type: SystemBoolean
bool

Return Value

Type: ListNameAddressValidationCandidate
list of name address candidates
See Also