 | ReplyBuilderHtml Property |
Gets or sets HTML version of the reply. Extracts plain text from HTML and also sets
Text property.
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic string Html { get; set; }Public Property Html As String
Get
Set
public:
property String^ Html {
String^ get ();
void set (String^ value);
}member Html : string with get, set
Property Value
String
See Also