MessagePart Class

Definition

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.

public ref class MessagePart abstract
public abstract class MessagePart
type MessagePart = class
Public MustInherit Class MessagePart
Inheritance
MessagePart
Derived

Constructors

MessagePart()

Properties

DisplayText

Gets the display text.

RawText

Gets the raw text.

Methods

Equals(MessagePart)

Returns true if the given MessagePart is equal to this

Equals(Object)

Returns true if the given obj is equal to this

GetHashCode()

Returns a hash code for this object

ToString()

Returns a String that represents the current Object.

Applies to