how do I import contacts to a custom made form?

G

Guest

I have created a custom contact form for a public folder. Is there a way to
import the data from peoples personal contacts and have it use the custom
form that I just created? As a side note how would I be able to modify the
form (and have it effect all contacts that are already using that form).
 
S

Sue Mosher [MVP-Outlook]

I have created a custom contact form for a public folder. Is there a way to
import the data from peoples personal contacts and have it use the custom
form that I just created?

"Import" isn't the right concept. What form an item uses for display depends on the value of the MessageClass property on the item. So, you would need to change the MessageClass on the existing items to point to your new form's class. See http://www.outlookcode.com/d/newdefaultform.htm#convert for several tools and scripts to accomplish this.
As a side note how would I be able to modify the
form (and have it effect all contacts that are already using that form).

Make your changes, increment the form's version number, then republish with the same message class.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers


@microsoft.com...
 

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