You got it again. I added RemoveHandler to the FormRegionClosed event and there's now only one call to my event handler.
Thank you very much.
Lukasz
kenslovak wrote on Fri, 23 April 2010 12:40
Are you removing the handler where the item that was showing the form region
is no longer current, and adding it back for any new items? When it fires
more than once is it for the same item each time? Any possibility that
you've added the same handler more than once for the same item?
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"Lukasz" lukaszmail[at]gmail[dot]com wrote in message
...
That was it. Thank you Ken. It even took care of the COM error. My woes
are not over though. Now the event handler executes between two and four
times whenever I click on the Reply. Any idea why?
Thanks,
Lukasz