Click or drag to resize

MailHtml Method

Creates new HTML email.

Namespace: Limilabs.Mail.Fluent
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public static IFluentMail Html(
	string html
)

Parameters

html  String
Email content in HTML format.

Return Value

IFluentMail
Email configuration.
See Also