Click or drag to resize
MimeKit

MessageSummaryInternalDate Property

Gets the internal date of the message (i.e. the "received" date), if available.

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

Property Value

NullableDateTimeOffset
The internal date of the message.

Implements

IMessageSummaryInternalDate
Remarks

Gets the internal date of the message (i.e. the "received" date), if available.

This property will only be set if the InternalDate flag is passed to one of the Fetch or FetchAsync methods.

See Also