Click or drag to resize
SearchConversationMarkAllContentAsReadCapability Property
Returns a Capability object that indicates if all messages in the conversation can be marked as read.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public override Capability MarkAllContentAsReadCapability { get; }

Property Value

Type: Capability
Remarks
This capability is Allowed when all of the following conditions are true:
  • The messaging service is online (has an active connection to the server).
  • The messaging server supports marking all messages of a conversation as read.
  • The Conversation is in published state.
See Also