PidTagControlType Canonical Property

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.

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

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_BUTTON
    A dialog button control.

  • DTCT_CHECKBOX
    A dialog check box.

  • DTCT_COMBOBOX
    A dialog combo box.

  • DTCT_DDLBX
    A dialog drop-down list box.

  • DTCT_EDIT
    A dialog edit text box.

  • DTCT_GROUPBOX
    A dialog group box.

  • DTCT_LABEL
    A dialog label.

  • DTCT_LBX
    A dialog list box.

  • DTCT_LISTBOX
    A dialog list box.

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

  • DTCT_PAGE
    A dialog tabbed page.

  • DTCT_RADIOBUTTON
    A dialog radio button.

Header Files

  • Mapidefs.h
    Provides data type definitions.

  • mapitags.h
    Contains definitions of properties listed as alternate names.

See Also

Concepts

MAPI Properties

MAPI Canonical Properties

Mapping Canonical Property Names to MAPI Names

Mapping MAPI Names to Canonical Property Names