Click or drag to resize

IFluentMailFrom Method (MailBox)

Sets the author of this email ('From' header).

Namespace:  Limilabs.Mail.Fluent
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
IFluentMail From(
	MailBox from
)

Parameters

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

Return Value

Type: IFluentMail
Email configuration.
See Also