Partager via


Hyperlink.EmailSubject Property

Returns or sets the text string of the hyperlink subject line. The subject line is appended to the Internet address (URL) of the hyperlink. Read/write.

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