 | ReceivedDateTime Property |
Get or set the date and time when the message was received.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntaxpublic DateTimeOffset? DateTime { get; set; }Property Value
NullableDateTimeOffsetThe date and time the message was received if available; otherwise,
.
Remarks
Gets or sets the date and time that appears after the semicolon in the Received header,
indicating when the receiving SMTP server accepted the message for delivery.
See Also