Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.07 KB

Word.EmailOptions.UseThemeStyle.md

File metadata and controls

47 lines (27 loc) · 1.07 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
EmailOptions.UseThemeStyle property (Word)
vbawd10.chm165347431
vbawd10.chm165347431
Word.EmailOptions.UseThemeStyle
e34f27c6-4222-aa9a-dfbc-40c7c5c55a67
06/08/2017
medium

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

[!includeSupport and feedback]