Partager via


GetIDsFromNames Flags (Compact 7)

3/12/2014

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

See Also

Reference

Pocket Outlook Object Model Flags
IPOutlookApp2::GetIDsFromNames