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
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