Options.AutoFormatPlainTextWordMail property (Word)

True if Word automatically formats plain-text email messages when you open them in Word. Read/write Boolean.

Syntax

expression. AutoFormatPlainTextWordMail

expression A variable that represents an Options object.

Example

This example sets Word to automatically format any plain-text email messages that are opened.

Options.AutoFormatPlainTextWordMail = True

This example returns the status of the Plain text WordMail documents option on the AutoFormat tab in the AutoCorrect dialog box (Tools menu).

Dim blnAutoFormat as Boolean 
 
blnAutoFormat = Options.AutoFormatPlainTextWordMail

See also

Options Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.