Click or drag to resize
MimeKit

MessageSummaryDate Property

Gets the Date header value.

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

Property Value

DateTimeOffset
The date.

Implements

IMessageSummaryDate
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