| 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 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
Type:
NullableDateTimeSee Also