| 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
)
Function ReplyTo (
address As String
) As IFluentMail
IFluentMail^ ReplyTo(
String^ address
)
abstract ReplyTo :
address : string -> IFluentMail
Parameters
- address
- Type: SystemString
Reply-To email address.
Return Value
Type:
IFluentMailEmail configuration.
See Also