Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 1.83 KB

dtblmvlistbox.md

File metadata and controls

66 lines (41 loc) · 1.83 KB
title description manager ms.date ms.audience ms.topic ms.service ms.localizationpriority api_name api_type ms.assetid
DTBLMVLISTBOX
DTBLMVLISTBOX describes a multi-valued list that will be displayed in a dialog box that is built from a display table.
lindalu
03/09/2015
Developer
reference
office-online-server
medium
MAPI.DTBLMVLISTBOX
COM
1c22f842-d0e7-44f0-a7d5-c9c2aa6b8820

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