Click or drag to resize

IFluentMailDate Method

Sets the send date of a email message ('Date' header). If null, Date is set automatically to current date and time when Create method is used.

Namespace:  Limilabs.Mail.Fluent
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
IFluentMail Date(
	DateTime date
)

Parameters

date
Type: SystemDateTime
Date of the message.

Return Value

Type: IFluentMail
Email configuration.
See Also