Base class for all supported message parts. A message part is a portion of a message which can be parsed into an object. Examples include emoticons, hyperlinks, chat room links, and file download links.

The MessageParttype exposes the following members.

Constructors

  Name Description
Protected method MessagePart Initializes a new instance of the MessagePart class.
Top

Properties

  Name Description
Public property DisplayText Gets the display text.
Public property RawText Gets the raw text.
Top

Methods

  Name Description
Public method Equals(Object) Determines whether the specified Objectis equal to the current MessagePart .(Overrides Object . . :: . . Equals(Object).)
Public method Equals(MessagePart) Determines whether the specified MessagePart is equal to the current MessagePart .
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type.(Overrides Object . . :: . . GetHashCode () () () () .)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns a String that represents the current Object.(Overrides Object . . :: . . ToString () () () () .)
Top

See Also