EwsItemDateReceived Property
Gets the date and time when the message was received by the mail server.

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

Property Value

Type: DateTime
A DateTime value indicating when the message was received by the mail server, or MinValue if this information is not available.
Remarks
DatesAsUtc property can be set to force this property return UTC (GMT) date.
See Also