Click or drag to resize

MessagingServiceMessageDeliveryReadStateMonitoringCapability Property

Returns a Capability object allowing the client application to determine if it is currently possible to report delivery state updates for sent messages.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public Capability MessageDeliveryReadStateMonitoringCapability { 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 send delivery receipts.
See Also