PidTagControlType Canonical Property

Applies to: Outlook 2013 | Outlook 2016

Contains a value indicating a control type for a control used in a dialog box.

Property Value
Associated properties:
PR_CONTROL_TYPE
Identifier:
0x3F02
Data type:
PT_LONG
Area:
MAPI display table

Remarks

This property can have exactly one of the following values:

DTCT_LABEL (0x00000000)

A dialog label.

DTCT_EDIT (0x00000001)

A dialog edit text box.

DTCT_LBX (0x00000002)

A dialog list box.

DTCT_COMBOBOX (0x00000003)

A dialog combo box.

DTCT_DDLBX (0x00000004)

A dialog drop-down list box.

DTCT_CHECKBOX (0x00000005)

A dialog check box.

DTCT_GROUPBOX (0x00000006)

A dialog group box.

DTCT_BUTTON (0x00000007)

A dialog button control.

DTCT_PAGE (0x00000008)

A dialog tabbed page.

DTCT_RADIOBUTTON (0x00000009)

A dialog radio button.

DTCT_MVLISTBOX (0x0000000B)

A multivalued list box populated by a multivalued property of type string.

DTCT_MVDDLBX (0x0000000C)

A multivalued drop-down list box populated by a multivalued property of type string.

Header files

Mapidefs.h

Provides data type definitions.

mapitags.h

Contains definitions of properties listed as alternate names.

See also

MAPI Properties

MAPI Canonical Properties

Mapping Canonical Property Names to MAPI Names

Mapping MAPI Names to Canonical Property Names