I am trying to write a scipt that will automatically copy .pst files up
to the network once the hooks in Outlook have closed.

Does anyone have any ideas on how to get the hooks?

TIA

Re: How to get WMI Hooks for Outlook.exe by TDM

TDM
Fri Dec 05 16:29:18 CST 2003


You could check the process table for outlook.exe and
mapisp32.exe and wait for them to die, then you know
Outlook is really done. Mapisp32.exe seems to hang out
a bit after the GUI is gone.

TDM

"Brent" <brent.nair@nospam.com> wrote in message
news:MPG.1a3946e46e1105af9896f1@news.supernews.com...
> I am trying to write a scipt that will automatically copy .pst files up
> to the network once the hooks in Outlook have closed.
>
> Does anyone have any ideas on how to get the hooks?
>
> TIA