Click or drag to resize
ChatMessage Class
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesChatMessage

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

The ChatMessage type exposes the following members.

Properties
  NameDescription
Public propertyId
Message id.
Public propertyMessage
Message content.
Public propertyPrivate
Informs if message is private.
Public propertyRecipient
Message recipient.
Public propertySender
Message sender.
Public propertyStatus
Message status.
Public propertyTime
Time of the message.
Top
See Also