EmailOptions.UseThemeStyle Property (Word)
True if new e-mail messages use the character style defined by the default e-mail message theme. Read/write Boolean.
Syntax
expression .UseThemeStyle
expression A variable that represents a EmailOptions object.
Remarks
If no default e-mail 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 e-mail messages and to use the character style defined in the Artsy theme.
Application.EmailOptions.ThemeName = "artsy"
Application.EmailOptions.UseThemeStyle = True