ContentDispositionCreationDate Property |
Gets or sets the creation date.
Namespace:
Aspose.Email.Mime
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic DateTime CreationDate { get; set; }
Public Property CreationDate As DateTime
Get
Set
public:
property DateTime CreationDate {
DateTime get ();
void set (DateTime value);
}
member CreationDate : DateTime with get, set
Property Value
Type:
DateTimeA DateTime value that indicates the file creation date;
otherwise, MinValue if no date was specified.
See Also