 | IFluentMailHtml Method |
Sets HTML version of the email.
If
html is not empty extracts plain text from HTML and overrides
Text(String).
Namespace: Limilabs.Mail.FluentAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxIFluentMail Html(
string html
)
Function Html (
html As String
) As IFluentMail
IFluentMail^ Html(
String^ html
)
abstract Html :
html : string -> IFluentMail Parameters
- html String
- HTML version of email body.
Return Value
IFluentMailEmail configuration.
See Also