Click or drag to resize

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
)

Parameters

address
Type: SystemString
Email address of the email's sender.

Return Value

Type: IFluentMail
Email configuration.
See Also