Share via


EmailOptions.UseThemeStyleOnReply Property

Determines if Microsoft Word uses a theme when replying to e-mail.

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

Syntax

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

value = instance.UseThemeStyleOnReply

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

Property Value

Type: System.Boolean

Remarks

This property returns True if Word uses a theme when replying to e-mail, and False if not.

See Also

Reference

EmailOptions Interface

EmailOptions Members

Microsoft.Office.Interop.Word Namespace