Hyperlink.EmailSubject Property

Definition

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.

Applies to