MVI_PROP

Send Feedback

The MVI_PROP macro sets the MVI_FLAG for a specified property.

Syntax

MVI_PROP (tag)

Parameters

  • tag
    The property tag to be modified.

Remarks

The MVI_FLAG combines the setting of MV_FLAG, identifying a property as multivalued, and MV_INSTANCE, requesting that a multivalued property be displayed in a table in multiple rows. The property type of the affected property is modified, but the identifier remains unchanged.

For example, when the MVI_PROP macro is applied to a property of type PT_FLOAT, its type is changed to PT_MV_FLOAT. When included in a table, multiple rows, with one row for each value, are used to represent the property. The properties for the other columns are repeated.

Requirements

Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: mapidefs.h
Library: cemapi.lib

See Also

MAPI Macros | Messaging | SPropValue

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.