Control events in Outlook 2007 custom forms/regions

N

nalpakj

I'm looking to confirm or disprove something. It seems that in Outlook
2007, even though you can use the form designer to design existing
regions or create new ones, you cannot create event handlers for the
forms or for the controls on the forms in the VBA editor. If this is
the case then all customization that requires more than just dropping a
control on a form must be done using VSTO.

Is this correct, or am I missing something? If you can wire up events
to forms and controls please point me to an example of how this is
done.

Thanks
 
S

Sue Mosher [MVP-Outlook]

You can either create legacy custom forms that handle events in VBScript code behind a published form or use form regions, a feature new in Outlook 2007, and handle control events in an add-in built with VSTO or another development environment. VBA is never an option.

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