Click or drag to resize

IFluentMailReplyTo(String) Method

Sets email address(es) to which the author of this email message suggests that replies be sent ('Reply-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 ReplyTo(
	string address
)

Parameters

address  String
Reply-To email address.

Return Value

IFluentMail
Email configuration.
See Also