EmailOptions.UseThemeStyle property (Word)

True if new email messages use the character style defined by the default email message theme. Read/write Boolean.

Syntax

expression. UseThemeStyle

expression A variable that represents a 'EmailOptions' object.

Remarks

If no default email message theme has been specified, the UseThemeStyle property has no effect.

Example

This example sets Microsoft Word to use the Artsy theme as the default theme for new email messages and to use the character style defined in the Artsy theme.

Application.EmailOptions.ThemeName = "artsy" 
Application.EmailOptions.UseThemeStyle = True

See also

EmailOptions 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.