DTBLMVDDLBOX

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.

Describes a drop-down list that will be used in a dialog box that is built from a display table.

Header file:

Mapidefs.h

typedef struct _DTBLMVDDLBX
{
  ULONG ulFlags;
  ULONG ulMVPropTag;
} DTBLMVDDLBX, FAR * LPDTBLMVDDLBX;

Members

  • ulFlags
    Reserved; must be zero.

  • ulMVPropTag
    Property tag for a multi-valued property of type PT_MV_TSTRING. The different values of this property are displayed as distinct entries in the drop-down list.

Remarks

A DTBLMVDDLBOX structure describes a multi-valued drop-down list a read-only list of items. By using a multi-valued drop-down list, values are displayed when a user clicks on a scroll bar.

The data that is displayed comes from the property identified in the ulMVPropTag member. There is no requirement to read from the property interface that is associated with the display table. Also, because users are not able to make selections from these types of list boxes, data is not written to the property interface.

Only multi-valued string properties are supported for the multi-valued drop-down list; other multi-valued property types are not supported.

For an overview of display tables, see Display Tables. For information about how to implement a display table, see Implementing a Display Table.

See Also

Reference

DTCTL

Concepts

MAPI Structures