| IFluentMailTo Method (String) |
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.Fluent
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax IFluentMail To(
string address
)
Function To (
address As String
) As IFluentMail
IFluentMail^ To(
String^ address
)
abstract To :
address : string -> IFluentMail
Parameters
- address
- Type: SystemString
Email address of the email recipient.
Return Value
Type:
IFluentMailEmail configuration.
See Also