Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access thread: Outlook warning from Access VB code


Message #1 by "Carl Schwarcz" <carl@s...> on Sat, 28 Jul 2001 10:56:46 -0700
I want to import Outlook contact information from Outlook into Access.

I've written the VB and it seems pretty solid.  However, Outlook comes

up with this warning message that I would like to suppress.  It is

something like "A program is trying to access e-mail addresses you have

stored in Outlook.  Do you want to allow this?  If this is unexpected,

it may be a virus and you should choose No." 



 



Anybody know of any way to suppress this?  I don't want my user to have

to deal with this all the time.



 



------------------------------------------------------



Carl W. Schwarcz

 



 

Message #2 by "Richard Lobel" <richard@a...> on Mon, 30 Jul 2001 01:08:13 -0700
Not sure about Outlook but most Application objects have a DisplayAlerts

property which is Boolean.

Richard Lobel







Message #3 by "Carl Schwarcz" <carl@s...> on Mon, 30 Jul 2001 08:08:41 -0700
Thanks, but I think this is a digital certificate issue.  I think my

project needs one but doesn't have one.  Another thread talked about

selfcert in Office 2000, but I can't find any reference to it in Office

XP



------------------------------------------------------

Carl W. Schwarcz





-----Original Message-----

From: Richard Lobel [mailto:richard@a...] 

Sent: Monday, July 30, 2001 1:08 AM

To: Access

Subject: [access] RE: Outlook warning from Access VB code



Not sure about Outlook but most Application objects have a DisplayAlerts

property which is Boolean.

Richard Lobel




  Return to Index