Click or drag to resize
MessagingReasonType Enumeration
Provides additional reason information for the Left and Closed message types.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public enum MessagingReasonType
Members
  Member nameValueDescription
None0 The message reason is not specified.
Manual1 The message is a result of a manual intervention.
Auto2 The message is generated by the system.
Forced3 The message is a result of power user's enforcement action. E.g. participant left the conversation due to he was removed by other participant who has appropriate permissions to drop conversation participants.
See Also