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.26106.1555
Syntax
IFluentMail Date(
	DateTime date
)

Parameters

date  DateTime
Date of the message.

Return Value

IFluentMail
Email configuration.
See Also