TimeStampDateAsString Property |
Gets the string containing the date and time when the message was received by the mail server.
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string DateAsString { get; }
Public ReadOnly Property DateAsString As String
Get
Property Value
Type:
StringA 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 See Also