Outlook messages from an Access Automation Process

  • Thread starter Thread starter Lance McGonigal
  • Start date Start date
L

Lance McGonigal

Hi all, thanks in advance for your help.

I have an app that sends emails with attachments through outlook.
Everything works fine from the access end. The problem is that outlook
starts throwing up these messages that about access my email and then asking
me if it's ok. This is an unattended operation. How do I turn those
messages off?

Thanks

Lance
 
Lance,

These messages are the result of increased security for Outlook which is
built-in and, unless you are working in an Exchange environment, cannot be
turned off. To work around this feature, I have been pleased with Express
Soft's free utility called "ClickYes", available for download at:
http://www.express-soft.com/mailmate/clickyes.html. It does not make the
security prompt go away, but it does use api calls to click the 'Yes' button
for you.

Here is a link to a thread where you can find code that will check to see
whether ClickYes is running, start the utility, run email-related code, and
then turn the utility off.

http://tinyurl.com/3x3xj

ClickYes is not the only work-around or option available; others can be
found at: http://www.outlookcode.com/d/sec.htm

hth,
 
Back
Top