 | 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.FluentAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxIFluentMail ReplyTo(
string address
)
Function ReplyTo (
address As String
) As IFluentMail
IFluentMail^ ReplyTo(
String^ address
)
abstract ReplyTo :
address : string -> IFluentMail Parameters
- address String
- Reply-To email address.
Return Value
IFluentMailEmail configuration.
See Also