Click or drag to resize
CesConfiguration Class
User Configuration information for CES. This class provides the configuration data that allows a connection and access to be made to an CES Server
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesCesConfiguration

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

The CesConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodCesConfiguration
Constructor.
Top
Properties
  NameDescription
Public propertyCredentialProvider
An ICredentialProvider value representing the object that provides the credentials.
Public propertyEnabled
A Boolean value indicating whether the CES provider is enabled.
Public propertyServerInfo
A ServerInfo value indicating the server to connect with.
Public propertyVoicemailPIN
A String value representing the Voicemail PIN.
Top
See Also