Problem searching Outlook contacts w/new security restrictions 
Author Message
 Problem searching Outlook contacts w/new security restrictions

Help! I have a VBA program that searches contacts in Outlook folders.

With the new Outlook security, when contact folders are being accessed by
the program's code, the users are now getting an alert "A program is trying
to access e-mail addresses you have stored in Outook. Do you want to allow
this?"  They can allow access for a certain period of time, but this is
annoying because it will keep alerting them on subsequent occassions in the
future.

Is there anything else I can do to get around this message, or at least
change the wording so that it accurately reflects what is happening?

PS - I have digitally signed the VBA project. Shouldn't that in theory
suppress security-related messages?

Karen Walker



Wed, 17 Dec 2003 03:49:35 GMT  
 Problem searching Outlook contacts w/new security restrictions
Digital signing has no effect on the Outlook object model guard security
prompts. See http://www.slipstick.com/outlook/esecup.htm#autosec

If you're the administrator in an Exchange Server or HP OpenMail
environment, you can reduce the impact of the security prompts with
administrative tools. See http://www.slipstick.com/outlook/esecup/admin.htm.

If it's an application you wrote yourself, you can use one of these two
approaches to redo the program:

    -- Use Extended MAPI (see http://www.slipstick.com/dev/mapi.htm) and C++
or Delphi

    -- Use Redemption (http://www.dimastr.com/redemption/)

--

Sue Mosher, Outlook MVP
Author of
     Teach Yourself Microsoft Outlook 2000 Programming in 24 Hours
     Microsoft Outlook 2000 E-mail and Fax Guide
Outlook and Exchange solutions at http://www.slipstick.com



Quote:
> Help! I have a VBA program that searches contacts in Outlook folders.

> With the new Outlook security, when contact folders are being accessed by
> the program's code, the users are now getting an alert "A program is
trying
> to access e-mail addresses you have stored in Outook. Do you want to allow
> this?"  They can allow access for a certain period of time, but this is
> annoying because it will keep alerting them on subsequent occassions in
the
> future.

> Is there anything else I can do to get around this message, or at least
> change the wording so that it accurately reflects what is happening?

> PS - I have digitally signed the VBA project. Shouldn't that in theory
> suppress security-related messages?

> Karen Walker



Wed, 17 Dec 2003 04:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. New Outlook Security Patch causes problems

2. Public Folder home page with Outlook View Control and Restriction problem

3. Outlook 2000: Contact's Activities tab, avoiding automatic searches

4. How to search Outlook contacts from VB6

5. Search Outlook contacts

6. Partial search of Outlook Contacts

7. how to get the contacts list (i'm new w/ outlook)

8. Open an MS Outlook New Contact Dialog with HTML

9. How To Add New Contact Using Outlook Redemption

10. New Outlook Contact in VBScript

11. Automatically adding new entries in Outlook Contact List

12. best way to sync Outlook contacts with a SQL Server contacts database

 

 
Powered by phpBB® Forum Software