View Single Post
  #2  
Old June 15th 07, 09:34 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default AdvancedSearchComplete event handler

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

Ads