New Inspector Event not always fired

  • Thread starter Mikael Alhadeff
  • Start date
M

Mikael Alhadeff

Hello,

I'm currently writing an Outlook addin in C#.

The idea is to display a popup window when a mail is opened, depending
on some criterias.

Therefore, i registered an event handler for the New Inspector event
in an init function.

When i open a mail, the event is fired but if the event handler
display my popup window (or worse, any modal window like a message
box) the event is never fired anymore during the session.

If the handler doesn't open the popup window, the even will fire until
its handler displays the popup...

I'm also using selection change events to cope with preview pane
readings.

If the selection changed event handler displays the popup window, then
i'll never get the new inspector event to be fired :( but the
selection changed keeps working fine...

If someone could help me about this, it would be great...

Thanks,

Mikael
 
M

McNealey

What version of Outlook are you using?

I believe for 2002(XP), there is a service pack that will
fix this problem. For 2003, the problem has already been fixed.
 

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