EwsItemDateReceived Property |
Gets the date and time when the message was received by the mail server.
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public DateTime DateReceived { get; }
Public ReadOnly Property DateReceived As DateTime
Get
Property Value
Type:
DateTimeA
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