DTBLMVLISTBOX

Applies to: Outlook 2013 | Outlook 2016

Describes a multi-valued list that will be displayed in a dialog box that is built from a display table.

Property Value
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

DTCTL

MAPI Structures