Click or drag to resize
MimeKit

ContentDispositionReadDate Property

Get or set the read-date parameter.

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

Property Value

NullableDateTimeOffset
The read date.
Remarks
Refers to the date and time that the content file was last read on the originating system. This parameter serves little purpose and is typically not used by mail clients.
See Also