Security alerts off

  • Thread starter Thread starter Jithu
  • Start date Start date
J

Jithu

Hi all,
While running a macro which automatically send reply mails, pop up is coming
"a program is trying to access e-mail address you have stored in Outlook. Do
you want to all this? If this is unexpected, it may be a virus and you
should choose No".

Can any one help to turn off these alerts while running macro..(like
application.display alerts = false in excel)

Thanks in advance.
jithu
 
Depends on your code. For most actions you can properly code it so that it
won't raise security alerts.

You might want to ask in microsoft.program_vba down the hall and include
your code snippet that raises the prompt or take a look at
http://www.outlookcode.com
 

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