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