Gets the date and time when the message was received by the mail server.
A DateTime value indicating when the message was received by the mail server, or MinValue if this information is not available.
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 DatesAsUtc property can be set to force this property return UTC (GMT) date.
Envelope Class | MailBee.ImapMail Namespace