How can i programmatically disable the security in outlook?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi ,

I am using CDO objects to read the GAL.But security pop-up is coming from
the outlook ("A progam is trying to access email address you have stored in
the outlook .Do you want to allow this. " ) , and if i say yes the program
is conituning and its able to read GAL .
Now my question is how can i disable that pop-up programmatically ?

Another basic question is : in the Logon method i am passing the profileInfo
(server name and pwd), i thought this would directly contact the exchange
server and read the info .Can anyone explain why its going through the
outllook instead of directly contacting Exchange Server..

Regards,
ganessan.
 
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.

CDO 1.21 is subject to the same security issues.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

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

Back
Top