[This is preliminary documentation and is subject to change.]

Shows whether the Rich Text Format is used for composing emails.

Namespace:  OfficeClip.BusinessLayer.Desktop.Email
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public bool UseRichTextFormat { get; set; }
Visual Basic (Declaration)
Public Property UseRichTextFormat As Boolean
Visual C++
public:
property bool UseRichTextFormat {
	bool get ();
	void set (bool value);
}

See Also