FormattedOutboundChatMessage 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.
Used to construct a chat message that contains formatted parts, such as emoticons, hyperlinks, and chat room links. Once constructed, you must invoke one or more of the Append methods before sending this message (see BeginSendChatMessage(FormattedOutboundChatMessage, AsyncCallback, Object)).
The FormattedOutboundChatMessage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FormattedOutboundChatMessage() | Initializes a new instance of the Object class. | |
FormattedOutboundChatMessage(Boolean) | Initializes a new instance of the FormattedOutboundChatMessage class, optionally marking the message as high importance. | |
FormattedOutboundChatMessage(Boolean, String) | Initializes a new instance of the FormattedOutboundChatMessage class. This constructor is used to create a story message. Story messages have a title which appears in the chat as a clickable link. When clicked, a dialog appears which shows the remaining message content. |
Top
Properties
Name | Description | |
---|---|---|
FormattedMessageParts | Parses the chat message into MessagePart segments, and returns a collection of the parts found. | |
IsAlert | Gets a value indicating whether this instance is a high importance message. | |
MessageContent | Gets the raw content of the chat message, after all message parts have been formatted. | |
StoryTitle | Gets the story title, or null if this is not a story message. |
Top
Methods
Name | Description | |
---|---|---|
AppendChatRoomLink | Appends the chat room link. | |
AppendEmoticon | Appends the emoticon. | |
AppendHyperLink | Appends the hyperlink. | |
AppendPlainText | Appends a plain text message part. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top