Click or drag to resize
MimeKit

MessageSummarySaveDate Property

Gets the date and time that the message was saved to the current mailbox, if available.

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

Property Value

NullableDateTimeOffset
The save date of the message.

Implements

IMessageSummarySaveDate
Remarks

Gets the date and time that the message was saved to the current mailbox, if available.

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

See Also