Click or drag to resize

IFluentMailReferences Method

Adds unique id (MessageID) of the referenced email message ('References' header).

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

Parameters

messageId
Type: SystemString
Referenced message id without surrounding brackets.

Return Value

Type: IFluentMail
Email configuration.
See Also