Click or drag to resize

IFluentMailMessageID Method

Sets id of a email message ('Message-ID' header). If not set or set to null generated automatically.

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

Parameters

messageId
Type: SystemString
Message id without surrounding brackets.

Return Value

Type: IFluentMail
Email configuration.
See Also