Gets or sets HTML version of the reply. Extracts plain text from HTML and also sets Text property.

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public string Html { get; set; }
Visual Basic
Public Property Html As String
	Get
	Set
Visual C++
public:
property String^ Html {
	String^ get ();
	void set (String^ value);
}

See Also