• Subject: Inspector Activate Problem
  • Author: Alex
  • Date: 09 Jul 2010
  • References:
In my appointment ribbon I have the following code that adds an event
handler to listen for inspector activate events.

private void AppointmentRibbon_Load(object sender, RibbonUIEventArgs)
{
m_inspector = (Outlook.Inspector)Context;
((Outlook.InspectorEvents_10_Event)m_inspector).Activate += new
Microsoft.Office.Interop.Outlook.InspectorEvents_10_ActivateEventHandler(AppointmentRibbonInspector_Activate);

}

The problem is that on some machines it appears that the Inspector
Activate function has already been triggered before the appointment ribbon
is loaded.
How do I get around this problem?

Thanks,

______________________________________
Posted from http://outlook-center.com
Outlook forums, articles, tips.
09 Jul 2010Inspector Activate Problem.Alex
09 Jul 2010\ Re: Inspector Activate Problem.Ken Slovak
Contact Us
All times are in (US) Eastern Daylight Time (GMT -4:00)