Important:
This is retired content. 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 content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

These flags indicate how a named property is created. They are used with the IPOutlookApp2::GetIDsFromNamesmethod's ulFlagsparameter. The following table shows the options the parameter can take. These can be combined with the bitwise OR.

Option Value Description

PIM_CREATE

0x010000

Creates the named property if it does not already exist.

PIM_INDEXED

0x200000

Specifies whether the named property should be indexed for faster Find functionality.

Used only if the PIM_CREATEflag is set.

PIM_DONTREPLICATE

0x400000

Specifies whether the named property should not be copied along with the rest of the item's properties when a copy of the item is made.

Used only if the PIM_CREATEflag is set.

Requirements

Header pimstore.h
Library Pimstore.lib
Windows Embedded CE Windows Embedded CE 6.0 and later
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later

See Also