Custom PropertyPage

  • Thread starter Jonathan Miller
  • Start date
J

Jonathan Miller

I'm trying to add a custom property page to the options dialog. I'm using
Outlook 2007 and VSTO 2005 SE. I've created a customer user control,
implemented the Outlook.PropertyPage interface. From the 'ThisAddIn.cs'
constructor I've added handlers for the this.Application.OptionsPagesAdd
event. The event does fire and I call 'Pages.Add(new ucOptions(), "");'
However, nothing happens, my page is never displayed. Any ideas on what to
do here??
 

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