Outlook messages from an Access Automation Process

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
 
C

Cheryl Fischer

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,
 

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

Top