MessagePart Members
Include Protected Members
Include Inherited Members
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 MessagePart type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MessagePart | Initializes a new instance of the MessagePart class. |
Top
Properties
Name | Description | |
---|---|---|
DisplayText | Gets the display text. | |
RawText | Gets the raw text. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified Object is equal to the current MessagePart. (Overrides Object.Equals(Object).) | |
Equals(MessagePart) | Determines whether the specified MessagePart is equal to the current MessagePart. | |
Finalize | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Overrides Object.GetHashCode().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Overrides Object.ToString().) |
Top