Click or drag to resize
MessagingConfiguration Class
User configuration information for the messaging service. This class provides configuration and preference data for the messaging service features.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesMessagingConfiguration

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

The MessagingConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodMessagingConfiguration
Default constructor.
Top
Properties
  NameDescription
Public propertyInitialReconnectInterval
The initial time interval between a connection failure and a reconnect attempt, in seconds. Set to zero to disable automatic reconnection attempts. The default is 2 seconds.
Public propertyMaxReconnectInterval
The max time interval between a connection failure and a reconnect attempt, in seconds. The default is 1800 seconds.
Public propertyMessageDeliveryReadStateMonitoringEnabled
Determine whether message delivery and read updates should be tracked or not. By default, delivery/read states are not monitored.
Public propertyMessageReadReportingEnabled
Determine whether the application wants to report 'message read' indication to other conversation participants, i.e. let other conversation participants know when I mark a message as read.
Top
Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Top
See Also