Click or drag to resize

IFluentMailInReplyTo Method

Sets the id of the parent email message ('In-Reply-To' header).

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

Parameters

messageId
Type: SystemString
Referenced message id without surrounding brackets.

Return Value

Type: IFluentMail
Email configuration.
See Also