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 of the specified hyperlink’s e-mail subject line. The subject line is appended to the hyperlink’s address.
public:
property System::String ^ EmailSubject { System::String ^ get(); void set(System::String ^ value); };
public string EmailSubject { get; set; }
Public Property EmailSubject As String
Property Value
Remarks
This property is usually used with e-mail hyperlinks.
The value of this property takes precedence over any e-mail subject line you have specified by using the Address property of the same Hyperlink object.