Click or drag to resize

MailText Method

Creates new plain text email.

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

Parameters

text  String
Email content.

Return Value

IFluentMail
Email configuration.
See Also