You 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.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
>I made a custom form in outlook and want to bring all of
> my public contacts into it. I thought there was a VB
> script available to do this easily???
> Thanks
> Chris
anonymous@discussions.microsoft.com - 24 Jan 2005 22:35 GMT
Hi Sue! Ok I found that page. Would you mind giving me
some more detailed steps? I have never done this before.
If this something I need to do when no one is using the
default form?
Thanks you always seem to have the answers!
>-----Original Message-----
>You need to change the MessageClass on the existing items to point to your
[quoted text clipped - 9 lines]
>
>.
Sue Mosher [MVP-Outlook] - 24 Jan 2005 23:50 GMT
The MessageClass property of each item determines what form Outlook will use
to try to display that item.
The form is just a template. It's never actually being "used" directly in
the way that you're probably thinking.
Each of the tools listed modifies individual Outlook items to change the
value of their MessageClass property and then save the item. You will want
to perform the operation when no one is using those items. If you want to
see how it works, use one of the script tools and read the code.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Hi Sue! Ok I found that page. Would you mind giving me
> some more detailed steps? I have never done this before.
[quoted text clipped - 18 lines]
>>
>>.