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 FormattedOutboundChatMessagetype 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. |
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. |
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.) |