Sets the HTML of this message.
If value is not empty extracts plain text from HTML and overrides Text(String).
Namespace: Limilabs.Mail.FluentAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
IFluentMail Html( string html ) |
| Visual Basic |
|---|
Function Html ( _ html As String _ ) As IFluentMail |
| Visual C++ |
|---|
IFluentMail^ Html( String^ html ) |
Parameters
- html
- Type: System..::..String
Email content in HTML format.