 | 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.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxDateTime? Date { get; set; }Property Date As DateTime?
Get
Set
property Nullable<DateTime> Date {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}abstract Date : Nullable<DateTime> with get, set
Property Value
NullableDateTime
See Also