Share via


EmailOptions.AutoFormatAsYouTypeDefineStyles Property

Determines if Microsoft Word automatically creates new styles based on manual formatting.

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

Syntax

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

value = instance.AutoFormatAsYouTypeDefineStyles

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

Property Value

Type: System.Boolean

Remarks

This property returns True if Word automatically creates new styles based on manual formatting, and False if not.

See Also

Reference

EmailOptions Interface

EmailOptions Members

Microsoft.Office.Interop.Word Namespace