heya souheil,
had a similiar prblem with an addin that relied on a
couple of outlook object events.
As far as my sit was concerned, i was able to remove much of the user's
distain for my addin once I had added and modifed my project with the
addinmon.exe code available at Randy's website -
www.microeye.com
then browse to his code section. kew.
"Souheil" <(E-Mail Removed)> wrote in message
news:0c4d01c33022$2cd42db0$(E-Mail Removed)...
> Hi,
>
> I'm developing a VB COM add-in for Outlook and
> experiencing slow performance after a period of time (few
> days to a couple of weeks) of operating the add-in. The
> performance problems appear with the following Outlook
> operations:
> - Starting and quitting Outlook.
> - Opening and closing a message.
>
> I tried the add-in with different versions of Outlook
> (2000, XP, 2003) and experienced the same behavior.
>
> Even when the add-in is disabled or removed, the
> performance problems persist for some time.
> The add-in depends mainly on the SelectionChange event of
> Outlook Explorer, and interacts with Outlook Object Model
> to retrieve the selection count and selected items.
>
> Any idea why this is happening? Is there a workaround for
> this problem?
>
> Thank you.