FormattedOutboundChatMessage Members
Include Protected Members
Include Inherited Members
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 following tables list the members exposed by the FormattedOutboundChatMessage type.
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