2.2.1.60.6 PidTagRetentionFlags Property
Type: PtypInteger32 ([MS-OXCDATA] section 2.11.1)
The PidTagRetentionFlags property ([MS-OXPROPS] section 2.934) contains flags that specify the status or nature of an item's retention tag or archive tag. The PidTagRetentionFlags property can be present on both Message objects and folders and can be set by both client and server.
The value of the PidTagRetentionFlags property is a bitwise OR of zero or more of the values from the following table.
Flag name |
Value |
Description |
---|---|---|
ExplicitTag |
0x00000001 |
The retention tag on the folder is explicitly set. |
UserOverride |
0x00000002 |
The retention tag was not changed by the end user. |
AutoTag |
0x00000004 |
The retention tag on the Message object is an autotag, which is predicted by the system. |
PersonalTag |
0x00000008 |
The retention tag on the folder is of a personal type and can be made available to the end user. |
ExplicitArchiveTag |
0x00000010 |
The archive tag on the folder is explicitly set. |
KeepInPlace |
0x00000020 |
The Message object remains in place and is not archived. |
SystemData |
0x00000040 |
The Message object or folder is system data. |
NeedsRescan<7> |
0x00000080 |
The folder needs to be rescanned. |
PendingRescan<8> |
0x00000100 |
The folder is being rescanned. |