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.26106.1555
Syntax
IFluentMail Subject(
	string subject
)

Parameters

subject  String
Subject of the message.

Return Value

IFluentMail
Email configuration.
See Also