EwsItemDate Property
Gets the date and time when the message was composed.

Namespace: MailBee.EwsMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public DateTime Date { get; }

Property Value

Type: DateTime
A DateTime value indicating when the message was created, or MinValue if this information is not available.
Remarks
The server obtains this value from "Date:" header of the mail message.
Note Note
DatesAsUtc property can be set to force this property return UTC (GMT) date.
See Also