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.23341.1754
Syntax
IFluentMail Text(
	string text
)

Parameters

text
Type: SystemString
Plain text version of email body.

Return Value

Type: IFluentMail
Email configuration.
See Also