Click or drag to resize

IFluentMailSender Method (MailBox)

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

Parameters

from
Type: Limilabs.Mail.HeadersMailBox
Email's sender.

Return Value

Type: IFluentMail
Email configuration.
See Also