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