Replace Contact Form with Custom Form

G

Guest

I've created a form with additional drop-down boxes and new fields. It work
when ADDING new contacts. But I want the Custom Form to be the default for
contacts previously entered before the creation of the Custom Form.

How do I do this? Does it require VB code? I'm rather savvy with VB, but
simply don't know where in Outlook I "start" the VB processing. Would it be
a macro?

Thanks,
Jonathan Mulder
 
S

Sue Mosher [MVP-Outlook]

Yes, you can do this with an Outlook VBA macro, writing code to update the value of the MessageClass property to point to your published form. See http://www.outlookcode.com/d/newdefaultform.htm

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

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

Guest

Thanks very much! I'll take a look at that!

Sue Mosher said:
Yes, you can do this with an Outlook VBA macro, writing code to update the value of the MessageClass property to point to your published form. See http://www.outlookcode.com/d/newdefaultform.htm

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

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

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