Options.AutoFormatPlainTextWordMail Property
True if Microsoft Word automatically formats plain-text e-mail messages when you open them in Word.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AutoFormatPlainTextWordMail As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.AutoFormatPlainTextWordMail
instance.AutoFormatPlainTextWordMail = value
bool AutoFormatPlainTextWordMail { get; set; }
Property Value
Type: System.Boolean