Click or drag to resize

MessageDeliveryDetails Class

This class defines delivery details of message.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesMessageDeliveryDetails

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class MessageDeliveryDetails

The MessageDeliveryDetails type exposes the following members.

Properties
  NameDescription
Public propertyDeliveryState
The message delivery state describing whether this message is being sent or delivered.
Public propertyReadState
The message read state describing whether this message is read, partially read or not read.
Public propertyRecipientMessageStates
Dictionary of message states associated with recipients.
Top
See Also