Click or drag to resize

MessagingServiceValidateAddresses Method (AddressValidationWatcher, ListString, MessagingProviderType)

Validates a list of supplied addresses to determine if they are valid messaging addresses.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void ValidateAddresses(
	AddressValidationWatcher watcher,
	List<string> addresses,
	MessagingProviderType providerType
)

Parameters

watcher
Type: Avaya.ClientServicesAddressValidationWatcher
A AddressValidationWatcher object, created by the application, to track the progress of the requested operation. Prior to calling this method, the application should have installed event handlers on the watcher object for the events it is interested in.
addresses
Type: System.Collections.GenericListString
The list of addresses to validate.
providerType
Type: Avaya.ClientServicesMessagingProviderType
Messaging provider type.
Remarks
As the addresses are validated, the DataRetrievalCollectionChanged event on the supplied watcher object will fire with a list of addresses that have been validated.
See Also