MailBee.NET Objects 7.2

Envelope.DateReceived Property

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

public System.DateTime DateReceived {get;}

Property Value

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   DatesAsUtc property can be set to force this property return UTC (GMT) date.

See Also

Envelope Class | MailBee.ImapMail Namespace