Date |
[DataContractAttribute] public enum DatePrecedenceType
| Member name | Value | Description |
|---|---|---|
| SentDate | 1 | Document file format is of classification Email and used SentDate metadata field for PrimaryDate/SortDate. |
| ReceivedDate | 2 | Document file format is of classification Email and used ReceivedDate metadata field for PrimaryDate/SortDate. |
| AppointmentStart | 3 | Document file format is of classification Calendar and used AppointmentStart metadata field for PrimaryDate/SortDate. |
| AppointmentEnd | 4 | Document file format is of classification Calendar and used AppointmentEnd metadata field for PrimaryDate/SortDate. |
| TaskLastUpdate | 5 | Document file format is of classification Email (Microsoft Outlook Task message object) and used TaskLastUpdate metadata field for PrimaryDate/SortDate. |
| LogEnd | 6 | Document file format is of classification Email (Microsoft Outlook Journal message object) and used LogEnd metadata field for PrimaryDate/SortDate. |
| LogStart | 7 | Document file format is of classification Email (Microsoft Outlook Journal message object) and used LogStart metadata field for PrimaryDate/SortDate. |
| LastModifiedDate | 8 | LastModifiedDate metadata field was used for PrimaryDate/SortDate. |
| LastSavedDate | 9 | LastSavedDate metadata field was used for PrimaryDate/SortDate. |
| CreateDateTimeReadOnly | 10 | Document file format is of classification Email and Microsoft Outlook 'Document' message object type, and used CreateDateTimeReadOnly metadata field for PrimaryDate/SortDate. |
| TakenDate | 11 | Document file format is of classification RasterImage or VectorImage and used TakenDate metadata field for PrimaryDate/SortDate. |
| OriginalDate | 12 | Document file format is of classification RasterImage or VectorImage and used OriginalDate metadata field for PrimaryDate/SortDate. |
| DigitizedDate | 13 | Document file format is of classification RasterImage or VectorImage and used DigitizedDate metadata field for PrimaryDate/SortDate. |
| TimeEdited | 14 | Document file format is a Microsoft Visio type and used TimeEdited metadata field for PrimaryDate/SortDate. |
| TimeSaved | 15 | Document file format is a Microsoft Visio type and used TimeSaved metadata field for PrimaryDate/SortDate. |
| Date | 16 | Date (MIME header and image document associated) metadata field for PrimaryDate/SortDate. |
| CreationDate | 17 | CreationDate metadata field was used for PrimaryDate/SortDate. If document has a parent container, and if CreationDate is newer (after) its parent container's SortDate, then the parent container's SortDate is used. The next rule is that if CreationDate is newer (after) LastModifiedTimeFileSystem, then LastModifiedTimeFileSystem metadata field is used for SortDate. |
| LastIMReceivedTime | 18 | Chat log (e.g., Skype) where the LastIMReceivedTime metadata field was used for PrimaryDate/SortDate. |
| PostedDate | 19 | PostedDate metadata field was used for PrimaryDate/SortDate. |
| Parent | 100 | If document is a child attachment/embedded item, then the parent's PrimaryDate/SortDate was used. |
| ExportDate | 101 | Document file format is SkypeChatHistoryExport and ExportDate metadata field was used for PrimaryDate/SortDate. |
| LastModifiedTimeFileSystem | 102 | Document used LastModifiedTimeFileSystem for PrimaryDate/SortDate. |
| CreationTimeFileSystem | 103 | Document used CreationTimeFileSystem for PrimaryDate/SortDate. |
| Undefined | 500 | No sort date was set. |