views:

958

answers:

2

I want to create a custom form in Outlook 2007 and then have that form be the form that comes up when the user clicks New / Mail Message in the toolbar. Is there a way to do that? I know how to create the custom form, but I don't know how to change what the menu item does.

Jon

A: 

There is a great tutorial by Ty Anderson on that located at devx on replacing the standard AppointmentItem inspector with a custom form.

Basically, you need to write code that gets triggered on the NewInspector event and display your form instead and cancel the standard inspector.

+2  A: 

If you are using an outlook form you can publish it to the Organizational Forms Library and the get you clients to use that new custom form instead of the default out the box form. It a registry change that points it to a new form. There are tools to do this change for you.

A good example http://www.petri.co.il/customizing_new_meeting_request_outlook_form.htm

76mel

76mel