PidTagCreateTemplates Canonical Property

Applies to: Outlook 2013 | Outlook 2016

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

Property Value
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

IABContainer::CreateEntry

MAPI Properties

MAPI Canonical Properties

Mapping Canonical Property Names to MAPI Names

Mapping MAPI Names to Canonical Property Names