Click or drag to resize
MimeKit

ContentDispositionModificationDate Property

Get or set the modification-date parameter.

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

Property Value

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