EmailSubject Property (Hyperlink)
Gets or sets the string value of the specified hyperlink's email subject line. The subject line is appended to the hyperlink's address.
public string EmailSubject {get; set;}
'Declaration
Public Property EmailSubject As String
'Usage
Dim instance As Hyperlink
Dim value As String
instance.EmailSubject = value
value = instance.EmailSubject