 | IFluentMailSender(String) Method |
Sets mailbox of the agent responsible for the actual transmission of this email message ('Sender' header).
Namespace: Limilabs.Mail.FluentAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxIFluentMail Sender(
string address
)
Function Sender (
address As String
) As IFluentMail
IFluentMail^ Sender(
String^ address
)
abstract Sender :
address : string -> IFluentMail Parameters
- address String
- Email address of the email's sender.
Return Value
IFluentMailEmail configuration.
See Also