PidTagCreateTemplates 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 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.
Related Resources
Header Files
Mapidefs.h
Provides data type definitions.Mapitags.h
Contains definitions of properties listed as associated properties.