Dear Eric,
Thanks for your reply. A bit disappointed though (not because of you, but
the fact that outlook allows script language to access the outlook object and
perform search but not returning the events).
Well... I need it on a web application so VBA marcros is not an option for
me.
Do you have any sample how the rest of your suggestions could be achieved?
Thanks
"Eric Legault [MVP - Outlook]" wrote:
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