EmailOptions.AutoFormatAsYouTypeReplaceHyperlinks Property
Determines if e-mail addresses, server and share names (also known as UNC paths), and Internet addresses (also known as URLs) are automatically changed to hyperlinks as you type.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AutoFormatAsYouTypeReplaceHyperlinks As Boolean
Get
Set
'Usage
Dim instance As EmailOptions
Dim value As Boolean
value = instance.AutoFormatAsYouTypeReplaceHyperlinks
instance.AutoFormatAsYouTypeReplaceHyperlinks = value
bool AutoFormatAsYouTypeReplaceHyperlinks { get; set; }
Property Value
Type: System.Boolean
Remarks
This property returns True if e-mail addresses, server and share names (also known as UNC paths), and Internet addresses (also known as URLs) are automatically changed to hyperlinks, and False if not.
Microsoft Word changes any text that looks like an e-mail address, UNC, or URL to a hyperlink. Word doesn't check the validity of the hyperlink.