I'm banging my head on this for the last 3 days:
I'm using vs 2013 to develop an Add-in to Outlook 2010 using Add-in Express. I have created a custom form (inherited from Outlook.OL.ADXOlForm) and configured it in ADXOlFormsManager to be shown at the TopSubPane of an appointment inspector.
The problem starts when switching between pages of the inspector. At the beginning, when the inspector is shown in the first time, the 'Activity' page is shown and I can see the form exactly where it should be. When switching to 'Scheduling Assistant' page, the form exists at the right position, but when I switch back to the 'Activity' page, the form disappears. When switching back to 'Scheduling Assistant' page, the custom form is shown.
I would like the form to be shown at the TopSubPane of the inspector no matter of the current page that is shown in the inspector. What Am I missing?
Thanks.