Click or drag to resize

IFluentMailTo(String) Method

Sets address(es) of the primary recipient(s) of this email message ('To' header). This method can be used multiple times to set many addresses.

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

Parameters

address  String
Email address of the email recipient.

Return Value

IFluentMail
Email configuration.
See Also