Click or drag to resize
MimeKit

ReceivedDateTime Property

Get or set the date and time when the message was received.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntax
C#
public DateTimeOffset? DateTime { get; set; }

Property Value

NullableDateTimeOffset
The 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