Click or drag to resize
MimeKit

IMessageSummaryDate Property

Gets the Date header value.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
DateTimeOffset Date { get; }

Property Value

DateTimeOffset
The date.
Remarks
Gets the Date header value. If the Date header is not present, the arrival date is used. If neither are known, MinValue is returned.
See Also