PidTagAgingPeriod Canonical Property
Applies to: Outlook 2013 | Outlook 2016
Represents the number of time units that are used to determine the length of time that an item remains in a folder before the item is archived.
Property | Value |
---|---|
Associated properties: |
PR_AGING_PERIOD |
Identifier: |
0x36EC |
Property type: |
PT_LONG |
Area: |
Miscellaneous |
Remarks
The length of time that an item remains in a folder before the item is archived is determined by two properties, PR_AGING_PERIOD and PR_AGING_GRANULARITY. PR_AGING_GRANULARITY represents the time unit in which PR_AGING_PERIOD is expressed, when determining this length of time.
The possible values for PR_AGING_GRANULARITY can be one of the following.
Name | Description |
---|---|
AG_MONTHS |
PR_AGING_PERIOD is defined in number of months. |
AG_WEEKS |
PR_AGING_PERIOD is defined in number of weeks. |
AG_DAYS |
PR_AGING_PERIOD is defined in number of days. |
For example, if a folder archives an item only after the item has been in the folder for two weeks, then PR_AGING_GRANULARITY is AG_WEEKS and PR_AGING_PERIOD is 2.
Related resources
Protocol specifications
Provides property set definitions.
Defines the basic data structures that are used in remote operations.
Specifies the properties and operations that are permitted for email message objects.
Header files
Mapidefs.h
Provides data type definitions.
Mapitags.h
Contains definitions of properties listed as alternate names.
See also
MAPI Properties
MAPI Canonical Properties
Mapping Canonical Property Names to MAPI Names
Mapping MAPI Names to Canonical Property Names