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.26106.1555
Syntax
IFluentMail InReplyTo(
	string messageId
)

Parameters

messageId  String
Referenced message id without surrounding brackets.

Return Value

IFluentMail
Email configuration.
See Also