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.26106.1555
Syntax
DateTime? Date { get; set; }

Property Value

NullableDateTime
See Also