Share via


GetIDsFromNames Flags

Send Feedback

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

Pocket PC: Windows Mobile Version 5.0 and later
Smartphone: Windows Mobile Version 5.0 and later
OS Versions: Windows CE 5.01 and later
Header: pimstore.h
Library: pimstore.lib

See Also

Pocket Outlook Object Model API Flags | IPOutlookApp2::GetIDsFromNames

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.