EmailOptions.RelyOnCSS 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 cascading style sheets (CSS) are used for font formatting when you view a saved document in a Web browser.
public:
property bool RelyOnCSS { bool get(); void set(bool value); };
public bool RelyOnCSS { get; set; }
member this.RelyOnCSS : bool with get, set
Public Property RelyOnCSS As Boolean
Property Value
Remarks
This property returns True if cascading style sheets are used, and False if HTML <FONT> tags and cascading style sheets are used. The default value is True.
Microsoft Word creates a cascading style sheet file and saves it either to the specified folder or to the same folder as your Web page, depending on the value of the OrganizeInFolder property.
You should set this property to True if your Web browser supports cascading style sheets because this will give you more precise layout and formatting control on your Web page and make it look more like your document (as it appears in Microsoft Word).