TimeStampDateAsString Property
Gets the string containing 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 string DateAsString { get; }

Property Value

Type: String
A string containing the date and time when the message was received by the mail server.
Remarks

This value is returned in the same format as it is specified in the Received header itself (e.g. Sat, 4 Dec 2004 09:59:47 -0500).

You can use Date property to get this date as DateTime.

Examples
The example is available in TimeStamp topic.
See Also