Application.EmailOptions Property (Word)
Returns an EmailOptions object that represents the global preferences for e-mail authoring. Read-only.
Syntax
expression .EmailOptions
expression A variable that represents an Application object.
Example
This example sets Microsoft Word to mark comments in e-mail messages.
Application.EmailOptions.MarkComments = True