PidTagContainerContents Canonical Property
Contains an embedded contents table object that provides information about a container.
|
Associated properties: |
PR_CONTAINER_CONTENTS |
|
Identifier: |
0x360F |
|
Data type: |
PT_OBJECT |
|
Area: |
Container |
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 |
Protocol Specifications
- [MS-OXPROPS]
Provides references to related Exchange Server protocol specifications.
- [MS-OXOABK]
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.