DTBLMVLISTBOX

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 multi-valued list that will be displayed in a dialog box that is built from a display table.

Header file:

Mapidefs.h

typedef struct _DTBLMVLISTBOX
{
  ULONG ulFlags;
  ULONG ulMVPropTag;
} DTBLMVLISTBOX, FAR * LPDTBLMVLISTBOX;

Members

  • ulFlags
    Reserved; must be zero.

  • ulMVPropTag
    Property tag for a multi-valued property of type PT_MV_TSTRING.

Remarks

A DTBLMVLISTBOX structure describes a standard multi-valued list that has a read-only list of items. By using a standard multi-valued list, the values are displayed immediately.

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 lists, data is not written to the property interface.

Only multi-valued string properties are supported for the multi-valued 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