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

Parameters

html
Type: SystemString
HTML version of email body.

Return Value

Type: IFluentMail
Email configuration.
See Also