EmailOptions.UseThemeStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if new e-mail messages use the character style defined by the default e-mail message theme.
public:
property bool UseThemeStyle { bool get(); void set(bool value); };
public bool UseThemeStyle { get; set; }
member this.UseThemeStyle : bool with get, set
Public Property UseThemeStyle As Boolean
Property Value
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.