Click or drag to resize

IFluentMailFrom(MailBox) Method

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

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

Parameters

from  MailBox
Email's author.

Return Value

IFluentMail
Email configuration.
See Also