Migrate contact data into new custom form view

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The standard contact forms in Outlook 2007 did not suit my needs. I created a
new form with additional fields. How do I get my current contacts to be
displayed in my new form?
 
To change existing items so that they display using a published custom message 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

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top