Click or drag to resize

IFluentMailReplyTo Method (String)

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.23341.1754
Syntax
IFluentMail ReplyTo(
	string address
)

Parameters

address
Type: SystemString
Reply-To email address.

Return Value

Type: IFluentMail
Email configuration.
See Also