ContentDispositionModificationDate Property

Gets or sets the modification date.

Namespace:  Aspose.Email.Mime
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public DateTime ModificationDate { get; set; }

Property Value

Type: DateTime
A DateTime value that indicates the file modification date; otherwise, MinValue if no date was specified.
See Also