PidTagCreateTemplates Canonical Property

Applies to: Office 2010 | Outlook 2010 | Visual Studio

Contains an embedded table object that contains dialog box template entry identifiers.

Associated properties:

PR_CREATE_TEMPLATES

Identifier:

0x3604

Data type:

PT_OBJECT

Area:

Address book

Remarks

To learn what template objects can be created inside a container, call the IMAPIProp::OpenProperty method on this property. The resulting object is the one-off table that gives the entry identifiers for all the templates that you can create inside the container.

To create the template objects, call the container object's CreateEntry method on the PR_ENTRYID (PidTagEntryId) column values from the one-off table.

Header Files

  • Mapidefs.h
    Provides data type definitions.

  • Mapitags.h
    Contains definitions of properties listed as associated properties.

See Also

Reference

IABContainer::CreateEntry

Concepts

MAPI Properties

MAPI Canonical Properties

Mapping Canonical Property Names to MAPI Names

Mapping MAPI Names to Canonical Property Names