PidTagContainerHierarchy Canonical Property
Applies to: Outlook 2013 | Outlook 2016
Contains an embedded hierarchy table object that provides information about the child containers.
Property | Value |
---|---|
Associated properties: |
PR_CONTAINER_HIERARCHY |
Identifier: |
0x360E |
Data type: |
PT_OBJECT |
Area: |
Container |
Remarks
This property can be excluded in IMAPIProp::CopyTo operations or included in IMAPIProp::CopyProps operations. As a property of type PT_OBJECT, it cannot be successfully retrieved by the IMAPIProp::GetProps method; its contents should be accessed by the IMAPIProp::OpenProperty method, requesting the IID_IMAPITable interface identifier. Service providers must report it to the IMAPIProp::GetPropList method if it is set, but can optionally report it or not if it is not set.
To retrieve table contents, a client application should call the IMAPIContainer::GetHierarchyTable method. For more information, see Hierarchy Tables.
PR_CONTAINER_CONTENTS (PidTagContainerContents), PR_FOLDER_ASSOCIATED_CONTENTS (PidTagFolderAssociatedContents), and this property are similar in usage. Several MAPI properties provide access to tables:
Property | Table |
---|---|
PR_CONTAINER_CONTENTS (PidTagContainerContents) |
Contents table |
PR_CONTAINER_HIERARCHY |
Hierarchy table |
PR_FOLDER_ASSOCIATED_CONTENTS (PidTagFolderAssociatedContents) |
Associated contents table |
PR_MESSAGE_ATTACHMENTS (PidTagMessageAttachments) |
Attachment table |
PR_MESSAGE_RECIPIENTS (PidTagMessageRecipients) |
Recipient table |
Related resources
Protocol specifications
Provides references to related Exchange Server protocol specifications.
Handles the order and flow for data transfers between a client and server.
Converts between IETF RFC2445, RFC2446, and RFC2447, and appointment and meeting objects.
Header files
Mapidefs.h
Provides data type definitions.
Mapitags.h
Contains definitions of properties listed as alternate names.