Gets the date and time when the message was composed.
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public DateTime Date { get; }
Public ReadOnly Property Date As DateTime
Get
Property Value
Type:
DateTimeA
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 |
---|
DatesAsUtc property can be set to force this property return UTC (GMT) date. |
See Also