MessageMarkAsReadCapability Property |
Returns a Capability object that indicates if the message can be marked as read.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic Capability MarkAsReadCapability { 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 messages as read.
- The Message is in the published state.
See Also