vote up 0 vote down star

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

flag

Not sure this is programming related -- ServerFault may be a better place for it... – dbkk May 5 at 12:41
Yes, it is programming related. – marcincoles May 6 at 9:15

2 Answers

vote up 2 vote down check

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

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.