I've been looking at Outlook's object library and found the event called:
OptionsPagesAdd
which I find interesting as implies I can add a tab to the Options dialog.
The event fires when you select the Options dialog box from the Tools menu.
I can make a messagebox appear when the event fires but what i'm
interested in is adding a new tab page to the Outlook's Options dialog.
I can create an ActiveX control using VB5 called OLTest.ocx.
Can I use a VBA form instead .
How do I go about adding a custom tab to the Options dialog box?.
Thanks,
Marcster.