Click or drag to resize
MessagingConfigurationMessageReadReportingEnabled Property
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.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public bool MessageReadReportingEnabled { get; set; }

Property Value

Type: Boolean
Remarks
Message read reports are enabled by default. When enabled, other conversation participants are able to know when/if I have marked a message as read.
See Also