OL2002: Custom MAPI Forms Do Not Work on Terminal Server (278110)



The information in this article applies to:

  • Microsoft Outlook 2002

This article was previously published under Q278110
IMPORTANT: This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows Registry

SYMPTOMS

When you use Outlook to send a custom MAPI form that was created in Visual Basic to someone who is using Microsoft Windows NT 4.0, Terminal Server Edition, the Terminal Server user cannot open the custom form.

CAUSE

This behavior can occur if the Terminal Server user does not have write permission to the HKEY_CLASSES_ROOT\CLSID registry key.

RESOLUTION

WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.


To resolve this behavior, grant users write permissions to the HKEY_CLASSES_ROOT\CLSID registry key:
  1. Log on as administrator to the computer that is running Terminal Server.
  2. Start Registry Editor (Regedt32.exe).
  3. Locate the CLSID value under the following key in the registry:

    HKEY_CLASSES_ROOT

  4. On the Security menu, click Permissions.
  5. In the Registry Key Permissions dialog box, click to select the Replace Permission on Existing Subkeys check box, and then click Add.
  6. In the Name box, click Everyone, click Add, and then click OK.

    NOTE: If you do not want to give all users this access, you can add specific users or groups of users in the Names box, rather than clicking Everyone.
  7. In the Type of Access list, click Special Access, and then click to select the Query Value check box, the Set Value check box, and the Create Subkey check box.
  8. Click OK, and then quit Registry Editor.

Modification Type:MajorLast Reviewed:6/11/2002
Keywords:kbprb KB278110