Set control ItemProperty prompt

This policy setting controls what happens when users add controls to a custom Outlook 2007 form and then bind the controls directly to any of the Address Information fields.When a control on a custom Outlook 2007 form is bound directly to any of the Address Information fields, the form code can indirectly retrieve the value of the Address Information field by obtaining the Value property of the control.

If you enable this policy setting, you can choose from four options for controlling how Outlook functions when opening a custom form with a control bound to an Address Information field:

- Prompt User

- Automatically Approve

- Automatically Deny

- Prompt user based on computer security. This is the default configuration.

If you disable or do not configure this policy setting, Outlook prompts users when they bind a control to an Address Information field. This is the equivalent of choosing Enabled -- Prompt based on computer security.

Note - You can also configure Exchange Security Form settings by enabling the "Outlook Security Mode" setting in User Configuration\Administrative Templates\Classic Administrative Templates (ADM)\Microsoft Office Outlook 2007\Security\Security Form Settings\Microsoft Office Outlook 2007 Security and selecting "Use Outlook Security Group Policy" from the drop-down list.

Supported on: At least Windows Vista

When accessing the ItemProperty in an Outlook custom form:


  1. Prompt User
    Registry HiveHKEY_CURRENT_USER
    Registry PathSoftware\Policies\Microsoft\Office\12.0\Outlook\Security
    Value NamePromptOOMItemPropertyAccess
    Value TypeREG_DWORD
    Value1
  2. Automatically Approve
    Registry HiveHKEY_CURRENT_USER
    Registry PathSoftware\Policies\Microsoft\Office\12.0\Outlook\Security
    Value NamePromptOOMItemPropertyAccess
    Value TypeREG_DWORD
    Value2
  3. Automatically Deny
    Registry HiveHKEY_CURRENT_USER
    Registry PathSoftware\Policies\Microsoft\Office\12.0\Outlook\Security
    Value NamePromptOOMItemPropertyAccess
    Value TypeREG_DWORD
    Value0
  4. Prompt user based on computer security
    Registry HiveHKEY_CURRENT_USER
    Registry PathSoftware\Policies\Microsoft\Office\12.0\Outlook\Security
    Value NamePromptOOMItemPropertyAccess
    Value TypeREG_DWORD
    Value3


outlk12.admx

Administrative Templates (Computers)

Administrative Templates (Users)