| 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.Fluent
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax IFluentMail Html(
string html
)
Function Html (
html As String
) As IFluentMail
IFluentMail^ Html(
String^ html
)
abstract Html :
html : string -> IFluentMail
Parameters
- html
- Type: SystemString
HTML version of email body.
Return Value
Type:
IFluentMailEmail configuration.
See Also