K
kwendex
I'm trying to hook into FolderChange and ItemChange and ItemAdd events
to the inbox and yet actions (that I believe should) fire these events
do not result in my callbacks being called consistently, and I'm
wondering if there is some kind of quirk in Outlook 2003 that is making
this so (or whether I'm just an idiot). I set event handlers for these
events and send myself mail - yet only SOMETIMES do my event methods
get called.
I'm using .Net and the new (yes, it's Beta) VSTO feature for Outlook
and so it's possible I'm running into Beta blues here...but I'm not
sure.
I can share code but it's fairly straightforward as it's .Net - but the
bottom line question is: Has anyone ever experienced the event-model in
Outlook 2003 being somewhat inconsistent, and is it possible that
callbacks may not fire consistently for reasons outside of me being
braindead? If not - then I'm obviously doing something wrong.
Thanks in advance,
Ben
to the inbox and yet actions (that I believe should) fire these events
do not result in my callbacks being called consistently, and I'm
wondering if there is some kind of quirk in Outlook 2003 that is making
this so (or whether I'm just an idiot). I set event handlers for these
events and send myself mail - yet only SOMETIMES do my event methods
get called.
I'm using .Net and the new (yes, it's Beta) VSTO feature for Outlook
and so it's possible I'm running into Beta blues here...but I'm not
sure.
I can share code but it's fairly straightforward as it's .Net - but the
bottom line question is: Has anyone ever experienced the event-model in
Outlook 2003 being somewhat inconsistent, and is it possible that
callbacks may not fire consistently for reasons outside of me being
braindead? If not - then I'm obviously doing something wrong.
Thanks in advance,
Ben