 | IFluentMailFrom(String) Method |
Sets the author of this email ('From' 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 From(
string address
)
Function From (
address As String
) As IFluentMail
IFluentMail^ From(
String^ address
)
abstract From :
address : string -> IFluentMail Parameters
- address String
- Email address of the email's author.
Return Value
IFluentMailEmail configuration.
See Also