ChatMessage Class

Definition

Represents a message that was posted to a chat room.

public ref class ChatMessage
public class ChatMessage
type ChatMessage = class
Public Class ChatMessage
Inheritance
ChatMessage

Properties

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.

FormattedRtfMessageParts

Parses the chat message into MessagePart segments, and returns a collection of the parts found using the RTF formatted portion of the message.

IsAlert

Gets a value indicating whether this message was sent as a high priority alert.

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 persistent chat database.

MessageRtfContent

Gets the content of the chat message.

Timestamp

Gets the timestamp when this message was received by the Persistent Chat server.

Applies to