GetIDsFromNames Flags

4/8/2010

These flags indicate how a named property is created. They are used with the IPOutlookApp2::GetIDsFromNames method's ulFlags parameter. 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_CREATE flag 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_CREATE flag 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

Reference

Pocket Outlook Object Model Flags
IPOutlookApp2::GetIDsFromNames