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