Hyperlink.EmailSubject Property

Definition

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.

Applies to