UseThemeStyle Property

Microsoft Word Visual Basic

Show All

UseThemeStyle Property

       

True if new e-mail messages use the character style defined by the default e-mail message theme. If no default e-mail message theme has been specified, this property has no effect. Read/write Boolean.

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