EmailOptions.AutoFormatAsYouTypeApplyClosings Property
Determines if Microsoft Word automatically applies the Closing style to letter closings as you type.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AutoFormatAsYouTypeApplyClosings As Boolean
Get
Set
'Usage
Dim instance As EmailOptions
Dim value As Boolean
value = instance.AutoFormatAsYouTypeApplyClosings
instance.AutoFormatAsYouTypeApplyClosings = value
bool AutoFormatAsYouTypeApplyClosings { get; set; }
Property Value
Type: System.Boolean
Remarks
This property returns True if Word automatically applies the Closing style to letter closings as you type, and False if not.