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 following tables list the members exposed by the MessagePart type.
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