Click or drag to resize

MailText Method

Creates new plain text email.

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

Parameters

text
Type: SystemString
Email content.

Return Value

Type: IFluentMail
Email configuration.
See Also