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

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public DateTime Date { get; }

Property Value

Type: DateTime
The date and time when the message was received by the mail server.
Exceptions
ExceptionCondition
MailBeeDateParsingExceptionA date parsing error occurred.
Remarks
To get this date as a string, use DateAsString property. Date property simply parses DateAsString value and returns it as DateTime.
Examples
The example is available in TimeStamp class overview.
See Also