Application.EmailOptions Property

Word Developer Reference

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.

Visual Basic for Applications
  Application.EmailOptions.MarkComments = True

See Also