Indicates if confirmation mail is to be sent in HTML format.

Namespace: MonoSoftware.MonoX.ModuleGallery.SocialNetworking
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public bool HtmlMail { get; set; }
Visual Basic
Public Property HtmlMail As Boolean
	Get
	Set
Visual C++
public:
property bool HtmlMail {
	bool get ();
	void set (bool value);
}
F#
member HtmlMail : bool with get, set

Property Value

Type: Boolean

See Also