organizational forms vs form regions

G

Guest

Hi,

Out company had previously developed an Outlook Addin that was installing
some legacy forms in the organizational folder. Now we are developing a new
Outlook 2007 addin that replaced the legacy forms with form regions
(associated with the same message classes as the previous addin). Out problem
is that when an item is opened in Outlook, the code of the old legacy forms
is still executed unless we actually delete these legacy forms from the
organizational folder. Is there a way of disabling those legacy forms?

I tried adding a version in the form regions newer thatn the old legacy
forms but that didnt stop the old legacy forms from executing the open()
event.

Thanks in advance.

I previously had installed some legacy forms in the organisational folder
for some custom message classes. Now I installed a new Add-in in Outlook 2007
that uses form regions with the same message class as before. I had a problem
 
K

Ken Slovak - [MVP - Outlook]

If it's the same message class you would not only need to get rid of the
form from the Organizational Forms Library but also clear out the forms
caches for all your users.
 
G

Guest

Deleting the cache is easy when doing a client install of the new addin but I
was hoping to avoid the deletion of the forms in the organizational folder.

Thanks for your quick reply.
 

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