Click or drag to resize

MailBuilderDate Property

Gets or 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
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public DateTime? Date { get; set; }

Property Value

Type: NullableDateTime
See Also