Click or drag to resize

IFluentMailSubject Method

Sets subject of a message ('Subject' header).

Namespace:  Limilabs.Mail.Fluent
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
IFluentMail Subject(
	string subject
)

Parameters

subject
Type: SystemString
Subject of the message.

Return Value

Type: IFluentMail
Email configuration.
See Also