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
Public method FormattedOutboundChatMessage () () () () Initializes a new instance of the Object class.
Public method FormattedOutboundChatMessage(Boolean) Initializes a new instance of the FormattedOutboundChatMessage class, optionally marking the message as high importance.
Public method 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
Public property FormattedMessageParts Parses the chat message into MessagePart segments, and returns a collection of the parts found.
Public property IsAlert Gets a value indicating whether this instance is a high importance message.
Public property MessageContent Gets the raw content of the chat message, after all message parts have been formatted.
Public property StoryTitle Gets the story title, or null if this is not a story message.
Top

Methods

  Name Description
Public method AppendChatRoomLink Appends the chat room link.
Public method AppendEmoticon Appends the emoticon.
Public method AppendHyperLink Appends the hyperlink.
Public method AppendPlainText Appends a plain text message part.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Top

See Also