Outlook 2007 and formregion

S

sonbaty1

Hi,

I want to make a new default form for Contacts.
I make a new formregion in outlook with name Test
If I use in xml file formRegionType following:
adjoining work ok
Separate work ok
If I use a Replacement then the default page its not overwriten with me
default page. This not work
Why not work the Replacement? What it wrong in me config?

Next question:
I can not use in me formregion button for check name...
I become following: In this tab you can not use a chcek name...
How can I use the chcek name button from first page into me page?

registry file:
[HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\FormReg ions]

[HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\FormReg ions\IPM.Contact]
"Test"="C:\\Develop\\Outlook\\Test1\\Test.xml"

xml file:
<?xml version="1.0" encoding="utf-8"?>
<FormRegion xmlns="
http://schemas.microsoft.com/office/outlook/12/formregion.xs d">
<name>CategoriesRegion</name>
<title>Test</title>
<formRegionType>Replacement</formRegionType>
<showCompose>true</showCompose>
<showRead>true</showRead>
<showPreview>true</showPreview>
<hidden>false</hidden>
<layoutFile>Test.ofs</layoutFile>
<version>1.0</version>
</FormRegion>


Thanks for support
 

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