ContentDispositionReadDate Property

Gets or sets the read date.

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

Property Value

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