Click or drag to resize

IMailDate Property

Gets or sets the send date of this email message ('Date' header). May be null in case of parsing error or when 'Date' header is missing.

Namespace:  Limilabs.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
DateTime? Date { get; set; }

Property Value

Type: NullableDateTime
See Also