Sets the sender of this email.

Namespace: Limilabs.Mail.Fluent
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
IFluentMail Sender(
	string address
)
Visual Basic
Function Sender ( _
	address As String _
) As IFluentMail
Visual C++
IFluentMail^ Sender(
	String^ address
)

Parameters

address
Type: System..::..String
Email address of the email's sender.

Return Value

Email configuration.

See Also