Click or drag to resize

ResourceDiscoveryItemType Enumeration

Identifies the type of a discovered resource item that is of interest to the client application. These items are received from a connected server as part of a registration response or through a resource discovery process.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum ResourceDiscoveryItemType
Members
  Member nameValueDescription
OneXPortalPrimaryServer0 Indicates that the discovered resource item is the primary address of the One-X Portal server. This resource type applies only to IP Office deployments where the One-X Portal is used as the messaging server.
OneXPortalSecondaryServer1 Indicates that the discovered resource item is the secondary address of the One-X Portal server. This resource type applies only to IP Office deployments where the One-X Portal is used as the messaging server.
OneXPortalUsername2 Indicates that the discovered resource item is the username that should be used to login to the One-X Portal server. This resource type applies only to IP Office deployments where the One-X Portal is used as the messaging server.
See Also