Share via


Hyperlink.EmailSubject Property

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.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property EmailSubject As String
    Get
    Set
'Usage
Dim instance As Hyperlink
Dim value As String

value = instance.EmailSubject

instance.EmailSubject = value
string EmailSubject { get; set; }

Property Value

Type: System.String

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.

See Also

Reference

Hyperlink Interface

Hyperlink Members

Microsoft.Office.Interop.Excel Namespace