Click or drag to resize

MessagingServiceRoutableDomains Property

Generic list of all routable domains presented as strings.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public List<string> RoutableDomains { get; }

Property Value

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