Partager via


EmailOptions.UseThemeStyle Property

Determines if new e-mail messages use the character style defined by the default e-mail message theme.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property UseThemeStyle As Boolean
    Get
    Set
'Usage
Dim instance As EmailOptions
Dim value As Boolean

value = instance.UseThemeStyle

instance.UseThemeStyle = value
bool UseThemeStyle { get; set; }

Property Value

Type: System.Boolean

Remarks

This property returns True if new e-mail messages use the defined character style, and False if not.

If no default e-mail message theme has been specified, this property has no effect.

See Also

Reference

EmailOptions Interface

EmailOptions Members

Microsoft.Office.Interop.Word Namespace