
Missing Outlook Object Model events?
Quote:
> So, if an OOM application needs to be notified when one or more of
forward,
> reply or replyAll events occur, regardless of how they're invoked, how
does
> it do so???
The standard method is to build a wrapper class for all MailItem objects,
adding/removing them as the user opens items or makes selections in the
Explorer. THis is similar to the wrapper class for Explorer objects
demonstrated in the ItemsCB project from the Resources section at
http://www.*-*-*.com/ .
And yes, it's quite complicated.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.*-*-*.com/
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
http://www.*-*-*.com/
Quote:
> Using Outlook Object Model, on a mailItem object, there are forward,
reply,
> and replyAll events. Therefore, an application can tell from a mailItem,
> say, when a user clicks the reply button on the email window.
> However, if any of these operations are invoked from the main Outlook
> window (the explorer), there don't appear to be any events raised for
those
> operations!!!???
> So, if an OOM application needs to be notified when one or more of
forward,
> reply or replyAll events occur, regardless of how they're invoked, how
does
> it do so???
> Thanks,
> Ron