View Single Post
  #4  
Old November 13th 06, 01:25 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook 2003, Designed Forms and button event handlers

To change existing items so that they display using a published custom form, you need to change the value of the MessageClass property on each item so that it points to the published form's class, e.g. IPM.Contact.MyForm. The page at http://www.outlookcode.com/d/newdefaultform.htm has links to scripts and tools to do this.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"AIK" wrote in message ...

I have another question concerning my form. I accidently changed the form
code for one or two individual contact, and now the changes done to the form
does not reflect to those particular contacts. How can I make all contacts
use the same designed form with same code?


Ads