MessagePartHyperLink Members
Include Protected Members
Include Inherited Members
A portion of a message which represents a hyperlink, such as https://www.microsoft.com.
The MessagePartHyperLink type exposes the following members.
Properties
Name | Description | |
---|---|---|
DisplayText | Gets the display text. (Inherited from MessagePart.) | |
Hyperlink | Gets the uri value for the hyperlink. | |
RawText | Gets the raw text. (Inherited from MessagePart.) |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified Object is equal to the current MessagePartHyperLink. (Overrides MessagePart.Equals(Object).) | |
Equals(MessagePart) | Determines whether the specified MessagePart is equal to the current MessagePart. (Inherited from MessagePart.) | |
Equals(MessagePartHyperLink) | Determines whether the specified MessagePartHyperLink is equal to the current MessagePartHyperLink. | |
Finalize | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Overrides MessagePart.GetHashCode().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from MessagePart.) |
Top