MVI_PROP

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 page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Sets the MVI_FLAG for a specified property.

Header file:

Mapidefs.h

Related structure:

SPropValue

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 multi-valued, and MV_INSTANCE, requesting that a multi-valued 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 are used to represent the property that has one row for each value. The properties for the other columns are repeated.

For more information about these flags, see MAPI Property Type Overview and Working with Multivalued Columns.

See Also

Reference

SPropValue

Concepts

Macros Related to Structures