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

Namespace: MailBee.Mime
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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