Supressing the MS Outlook Message Box

  • Thread starter Thread starter pbparady
  • Start date Start date
P

pbparady

Using Access 2003, I have a macro which uses sendobject to send an emai
confirming sucessfull completetion of the macro. I am seeking to total
automate the process, but cannot get past the message box from Outloo
stating " A Program is trying to automatically send email on you
behalf...." this then requires the user to select yes or no before th
next step is executed, does anyone now how to get around this?

Thank
 
I got this from one of the MVP's

"The security dialogs that pop up when an application tries
to access
certain Outlook properties and methods are designed to
inhibit the spread of viruses via Outlook; see
http://www.slipstick.com/outlook/esecup.htm#autosec. If you
are a standalone user, Outlook provides no way to suppress
this behavior. However, you can use a free tool called
Express ClickYes:

(http://www.express-soft.com/mailmate/clickyes.html)

to click the security dialog buttons automatically. Beware
that this means if a virus tries to send mail using Outlook
or gain access to your address book, it will succeed.

Jim
 
Back
Top