Click or drag to resize

IFluentMailText Method

Sets plain text version of the email. Please remember that using Html(String) method will override plain text.

Namespace: Limilabs.Mail.Fluent
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
IFluentMail Text(
	string text
)

Parameters

text  String
Plain text version of email body.

Return Value

IFluentMail
Email configuration.
See Also