PDA

View Full Version : sending email



Ronald_yoh
09-23-2008, 07:32 PM
Hi There,

anyone out there knows how to avoid this message while trying to send email via VBA

http://www.add-in-express.com/images/outlook-security-manager/dg-03.gif


Thanks

CreganTur
09-24-2008, 05:20 AM
You have 2 options for getting rid of that message:

1) you can download an update for Outlook that will lower your security so that any outside program can interface with your Outlook. Depending on who you're working for they may not like that idea, since it presents a minor security risk.

2) read this article (http://vbaexpress.com/forum/showthread.php?t=16364) about how to use the freeware Click Yes utility. You can use it to simulate a click on the Yes button to dismiss the message.

Using Click Yes is a much slower option because you'll have to wait for the message to appear and then be dismissed. Installing the upgrade is the easiest option for automation, but you'll need to read all the documentation on it so you're aware of the inherent risks.

Ronald_yoh
09-24-2008, 03:58 PM
hey mate.. any other options other than using third party software or dl the outlook update.. ? i was hoping if there was a VBA property to turn off the warning message..

cheers
R

CreganTur
09-25-2008, 05:11 AM
hey mate.. any other options other than using third party software or dl the outlook update.. ? i was hoping if there was a VBA property to turn off the warning message..

Sorry to say, but not that I'm aware of. Your options are limited.