FolderInfoLastModificationTime Property |
Gets the last modification time.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic DateTime LastModificationTime { get; }
Public ReadOnly Property LastModificationTime As DateTime
Get
public:
property DateTime LastModificationTime {
DateTime get ();
}
member LastModificationTime : DateTime with get
Property Value
Type:
DateTimeThe last modification time.
If the folder doesn't have PR_LAST_MODIFICATION_TIME property,
DateTime.MinValue is returned.
See Also