PidTagFolderAssociatedContents Canonical Property

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Contains an embedded contents table object that provides information about the associated contents table.

Associated properties:

PR_FOLDER_ASSOCIATED_CONTENTS

Identifier:

0x3610

Data type:

PT_OBJECT

Area:

MAPI container

Remarks

The associated contents table represents a subfolder that does not appear in the standard contents table. It contains the folder's associated, or hidden, messages.

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 may optionally report it or not if it is not set.

To retrieve table contents, client applications should call the IMAPIContainer::GetContentsTable method. For more information on folder contents tables, see Contents Tables and Displaying a Folder Contents Table.

The PR_CONTAINER_CONTENTS (PidTagContainerContents), PR_CONTAINER_HIERARCHY (PidTagContainerHierarchy), 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 (PidTagContainerHierarchy)

Hierarchy table

PR_FOLDER_ASSOCIATED_CONTENTS

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-OXCFXICS]
    Handles the order and flow for data transfers between a client and server.

  • [MS-OXCICAL]
    Converts between IETF RFC2445, RFC2446, and RFC2447, and appointment and meeting items.

Header Files

  • Mapidefs.h
    Provides data type definitions.

  • Mapitags.h
    Contains definitions of properties listed as alternate names.

See Also

Reference

PidTagAssociatedContentCount Canonical Property

Concepts

MAPI Properties

MAPI Canonical Properties

Mapping Canonical Property Names to MAPI Names

Mapping MAPI Names to Canonical Property Names