Click or drag to resize
MimeKit

ContentDispositionCreationDate Property

Get or set the creation-date parameter.

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

Property Value

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