Click or drag to resize

IFluentMailSender(String) Method

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.26106.1555
Syntax
IFluentMail Sender(
	string address
)

Parameters

address  String
Email address of the email's sender.

Return Value

IFluentMail
Email configuration.
See Also