Click or drag to resize

IFluentMailSender(MailBox) 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(
	MailBox from
)

Parameters

from  MailBox
Email's sender.

Return Value

IFluentMail
Email configuration.
See Also