Click or drag to resize

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.26106.1555
Syntax
IFluentMail Html(
	string html
)

Parameters

html  String
HTML version of email body.

Return Value

IFluentMail
Email configuration.
See Also