Click or drag to resize

PresenceConfiguration Class

User configuration information for the presence service. This class provides configuration and preference data for the presence service features.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesPresenceConfiguration

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

The PresenceConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodPresenceConfiguration
Default constructor.
Top
Properties
  NameDescription
Public propertyAutoAwayTimeout
The user inactivity timeout period in milliseconds. Used to set up the inactivity timer.
Public propertyEnabled
A Boolean value indicating whether presence service is enabled.
Public propertyExportWindowsImProvider
A Boolean value indicating whether the client application shall be the IM provider for Applications on the Windows desktop.
Public propertySendAllCallsOnDoNotDisturb
A Boolean value controlling a link between "Do Not Disturb" presence state and "Send All Calls" call service feature.
Public propertyServerAddress
An optional parameter to specify the presence server address.
Top
See Also