Outlook object events are not available to scripting languages. You will
need to call a client-side .dll that implements the required Outlook objects,
or redo your solution to use the Outlook Object Model via VBA macros, a
custom COM app, or a COM Add-In.
--
Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog:
http://blogs.officezealot.com/legault/
"nana" wrote:
Hello MVPs, hello everyone,
I am trying to write me eventhandler to catch the event
AdvancedSearchComplete.
SCRIPT FOR="Outlook" EVENT="AdvancedSearchComplete()" language='vbscript'
alert("search is completed");
/script
But some how this alert has never come up. Any idea?
Or do you have another way to catch the event?
Regards,
Hena