EnvelopeDateReceived Property |
Gets the date and time when the message was received by the mail server.
Namespace: MailBee.ImapMailAssembly: 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
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