Partager via


EmailOptions.AutoFormatAsYouTypeReplaceFarEastDashes Property

Determines if Microsoft Word automatically corrects long vowel sounds and dashes.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property AutoFormatAsYouTypeReplaceFarEastDashes As Boolean
    Get
    Set
'Usage
Dim instance As EmailOptions
Dim value As Boolean

value = instance.AutoFormatAsYouTypeReplaceFarEastDashes

instance.AutoFormatAsYouTypeReplaceFarEastDashes = value
bool AutoFormatAsYouTypeReplaceFarEastDashes { get; set; }

Property Value

Type: System.Boolean

Remarks

This property returns True if Word automatically corrects long vowel sounds and dashes, and False if not.

See Also

Reference

EmailOptions Interface

EmailOptions Members

Microsoft.Office.Interop.Word Namespace