"Program is trying to access email addresses" message Outlook 11

  • Thread starter Thread starter Damien McBain
  • Start date Start date
D

Damien McBain

I have an created an excel application which e-mails predetermined
recipients using the "CreateObject("Outlook.Application")".

Outlook generates a warning stating "Program is trying to access email
addresses" for /every/ recipient (even though the email addresses are
stipulated in the excel application). It also generates a message stating
that "a program is trying to send email on your behalf".

Can I turn these security features off in Outlook? They kind of kill my
automation.

Damien
 
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 off the prompts is not an option for end users.

Thanks for the link Sue, look like I'm stuck with Express Click yes, not
ideal but better than the alternative.

cheers

Damien
 
Back
Top