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

Namespace: MailBee.ImapMail
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
This value is obtained from INTERNALDATE field of IMAP4 FETCH response. This differs from behavior of DateReceived property which determines this date from timestamps of the message (this allows MailMessage object to determine receipt date even if the message was received from other source than IMAP4 server).
Note Note
DatesAsUtc property can be set to force this property return UTC (GMT) date.
See Also