Represents a message that was posted to a chat room.
The ChatMessagetype exposes the following members.
Properties
Name | Description | |
---|---|---|
ChatRoomName | Gets the name of the chat room to which this message was posted. | |
ChatRoomUri | Gets the chat room URI. | |
FormattedMessageParts | Parses the chat message into MessagePart segments, and returns a collection of the parts found. | |
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. | |
MessageAuthor | Gets the SIP URI of the user who sent the message. | |
MessageContent | Gets the content of the chat message. | |
MessageId | Gets the message ID. Each chat message is assigned a unique identifier in the group chat database. | |
Timestamp | Gets the timestamp when this message was received by the Group Chat Server. |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |