Address Book Warnings

P

Peter Crickman

I have written a VBScript module that transverses a Global Address List
using the CDO model to extract the free/busy time schedule information for
other members of group. When I run the code using an Outlook 2000 client,
no warning messages appear. When I run the same code using an Outlook 2002
client, a warning dialog appears stating "A program is trying to access
email addresses stored in Outlook. Do you want to allow this?".

How do I acknowledge to Outlook that this module is safe or better yet how
do I turn off these dialogs permanently? I have tried using the MapiLab's
Advanced Security add-in (www.mapilab.com) within Outlook, but it does not
catch the execution of wscript.exe.

Thanks for any help,
Peter
 
S

Sue Mosher [MVP-Outlook]

See http://www.outlookcode.com/d/sec.htm for your options with regard to the "object model guard" security in Outlook 2000 SP2 and later versions. Turning them off for a particular external application is not an option. Redemption is probably your best bet.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top