Hyperlink.EmailSubject Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the text string for the specified hyperlink’s subject line. The subject line is appended to the hyperlink’s Internet address, or URL.
public:
property System::String ^ EmailSubject { System::String ^ get(); void set(System::String ^ value); };
public string EmailSubject { get; set; }
member this.EmailSubject : string with get, set
Public Property EmailSubject As String
Property Value
Remarks
This property is commonly used with e-mail hyperlinks. The value of this property takes precedence over any e-mail subject specified in the Address property of the same Hyperlink object.