Hyperlink.EmailSubject Property

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.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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 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.

See Also

Reference

Hyperlink Interface

Hyperlink Members

Microsoft.Office.Interop.Word Namespace