PidTagContainerContents Canonical Property
Applies to: Outlook 2013 | Outlook 2016
Contains an embedded contents table object that provides information about a container.
Property | Value |
---|---|
Associated properties: |
PR_CONTAINER_CONTENTS |
Identifier: |
0x360F |
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::GetContentsTable method. For more information, see Contents Tables.
This property, PR_CONTAINER_HIERARCHY (PidTagContainerHierarchy) , and PR_FOLDER_ASSOCIATED_CONTENTS (PidTagFolderAssociatedContents) are similar in usage. Several MAPI properties provide access to tables:
Property | Table |
---|---|
PidTagContainerContents |
Contents table |
PR_CONTAINER_HIERARCHY (PidTagContainerHierarchy) |
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.
Specifies the properties and operations for lists of users, contacts, groups, and resources.
Header files
Mapidefs.h
Provides data type definitions.
Mapitags.h
Contains definitions of properties listed as alternate names.