Form Region No Longer Works

J

Joe Zlata

Has anyone experienced any problems with Outlook 2007 form regions in Windows 7? I just upgraded to Win 7 (64 bit version) and the form region I had created and which worked in XP is no longer being displayed.

The xml code and the .ofs file are both stored in the same directory of my "D" drive.

xml Code
<?xml version="1.0" encoding="utf-8"?>
<FormRegion xmlns="http://schemas.microsoft.com/office/outlook/12/formregion.xsd">
<name>ContactsFormRegion</name>
<title>Family</title>
<formRegionType>separate</formRegionType>
<displayAfter>General</displayAfter>
<layoutfile>d:\Application Data\Outlook\Form Regions\Contacts\ContactsFormRegion.ofs</layoutfile>
<showCompose>true</showCompose>
<showread>true</showread>
<showPreview>true</showPreview>
<contact>J Zlata (mailto:[email protected])</contact>
<version>1.0</version>
</FormRegion>

Registray entry

[HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\FormReg ions\IPM.Contact]
ContactsFormRegion=d:\My Documents\Application Data\Outlook\\Form Regions\\Contacts\\MyContacts.xml

Is there a relationship between the name shown in the registray and what is shown in the xml code in the layout file?
Where does http://schemas.microsoft.com/office/outlook/12/formregion.xsd actually reside?

Any feedback would be greatly appreciated
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top