ChatMessage Members

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Represents a message that was posted to a chat room.

The ChatMessage type exposes the following members.

Properties

  Name Description
Public property ChatRoomName Gets the name of the chat room to which this message was posted.
Public property ChatRoomUri Gets the chat room URI.
Public property FormattedMessageParts Parses the chat message into MessagePart segments, and returns a collection of the parts found.
Public property IsAlert Gets a value indicating whether this message was sent as a high importance message. High importance messages are often announced in the group chat client with a sound effect such as a bell or chime. The text of a high importance message is either displayed in red or the receiving user’s customized color for high importance messages.
Public property MessageAuthor Gets the SIP URI of the user who sent the message.
Public property MessageContent Gets the content of the chat message.
Public property MessageId Gets the message ID. Each chat message is assigned a unique identifier in the group chat database.
Public property Timestamp Gets the timestamp when this message was received by the Group Chat Server.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

ChatMessage Class

Microsoft.Rtc.Collaboration.GroupChat Namespace