Gets or sets a value indicating whether the mail message body is in Html

Namespace:  MicroMighty.SDK.Net.Tools
Assembly:  MicroMighty.SDK.Net (in MicroMighty.SDK.Net.dll)

Syntax

Visual Basic (Declaration)
Public Property BodyIsHtml As Boolean
C#
public bool BodyIsHtml { get; set; }
Visual C++
public:
property bool BodyIsHtml {
	bool get ();
	void set (bool value);
}
JavaScript
function get_bodyIsHtml();
function set_bodyIsHtml(value);

See Also