AutoFormatPlainTextWordMail Property
Applies To
Options object.
Description
True if Word automatically formats plain-text WordMail messages when you open them in Word. Read/write Boolean.
Example
This example sets Word to automatically format any plain-text WordMail 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).
temp = Options.AutoFormatPlainTextWordMail