| ContentDispositionModificationDate Property |
Get or set the modification-date parameter.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public DateTimeOffset? ModificationDate { get; set; }
Property Value
NullableDateTimeOffsetThe 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