Click or drag to resize
MimeKit

IMessageSummarySaveDate 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#
DateTimeOffset? SaveDate { get; }

Property Value

NullableDateTimeOffset
The save date of the message.
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