FolderInfoLastModificationTime Property

Gets the last modification time.

Namespace:  Aspose.Email.Storage.Pst
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public DateTime LastModificationTime { get; }

Property Value

Type: DateTime
The last modification time. If the folder doesn't have PR_LAST_MODIFICATION_TIME property, DateTime.MinValue is returned.
See Also