Click or drag to resize
AddressValidationResponse Class
Interface for address validation response.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesAddressValidationResponse

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class AddressValidationResponse

The AddressValidationResponse type exposes the following members.

Properties
  NameDescription
Public propertyQuery
Address that was sent to MessagingService.ValidateAddresses method.
Public propertyValidAddresses
The array of valid addresses returned by the server for address Query.
Top
Remarks
This class is used to return the results of address validation.
See Also