Click or drag to resize

MessageType Enumeration

Describes the possible types of messages that can be included in a conversation.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum MessageType
Members
  Member nameValueDescription
Start5 A message of this type is the first message in every conversation. There is no content associated with this message.
Message0 Messages of this type contain either body text, attachments, or both. Most messages in a conversation are of this type.
Joined1 Joined type is used to notify that new participant has joined the conversation.
Left2 Left type is used to notify that existing participant has left the conversation.
Session3 Session type is used to notify that conversation was escalated to audio/video.
SubjectChanged4 SubjectChanged type is used to notify that Subject of conversation has changed.
Closed6 Closed type is used to notify that the conversation has been closed.
See Also