Gets 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 DateTime Date { get; }
Public ReadOnly Property Date As DateTime
Get
Property Value
Type:
DateTimeThe date and time when the message was received by the mail server.
Exceptions Remarks Examples
The example is available in
TimeStamp class overview.
See Also