Click or drag to resize
MessagingServiceGetRoutableDomains Method
Generic list of all routable domains presented as strings.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public List<string> GetRoutableDomains(
	MessagingProviderType providerType
)

Parameters

providerType
Type: Avaya.ClientServicesMessagingProviderType
Messaging provider type.

Return Value

Type: ListString
Remarks
This list helps to determine if a specific address can be used within the messaging component.
See Also