EmailOptions.UseThemeStyle Property

Definition

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.

Applies to