Indicates whether email should be formatted as HTML or as text.

Namespace:  JMail
Assembly:  JMail (in JMail)
Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Field Value

Return Value

Remarks

Defaults to HTML (true)

See Also