Options.AutoFormatAsYouTypeReplaceHyperlinks Property
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 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 Options
Dim value As Boolean
value = instance.AutoFormatAsYouTypeReplaceHyperlinks
instance.AutoFormatAsYouTypeReplaceHyperlinks = value
bool AutoFormatAsYouTypeReplaceHyperlinks { get; set; }
Property Value
Type: System.Boolean
Remarks
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.