you could also send your e-mail through a SMTP server with http://www.freevbcode.com/
Main Topics
Browse All TopicsHello All,
I am creating a VB6 form (in a legacy VB6 application) to send Outlook email messages. When I run the program I get a security message from Outlook that you have to click OK on to send the email message.
Is there a way to avoid this security message? I would rather my users not have to take the extra step of clicking through this security message to send the email message.
I googled this problem already and found the Outlook Redemption product that avoids this problem by using extended MAPI functionality, but I doubt my boss will spend $199 to buy this product, so please don't suggest this option.
Thanks for your input,
Kevin
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
you could also send your e-mail through a SMTP server with http://www.freevbcode.com/
Business Accounts
Answer for Membership
by: matthewspatrickPosted on 2009-07-02 at 12:09:07ID: 24766599
Hello KMcElhiney,
m/express- clickyes/
look/secur ity/
emption/
To disable that, I've used three products:
1) Express ClickYes
http://www.contextmagic.co
There is a free version and a Pro version for ~$30 with more features. I've used the pro version.
It works as advertised. I'm not using it currently. I'm using the MAPILab product instead.
2) MAPILab Advanced Outlook Security
http://www.mapilab.com/out
A free COM add-in for Outlook. I am using it now and I like it
3) Redemption
http://www.dimastr.com/red
A DLL you can use in your code to disable the warnings. Free download, but you must pay a
license to distribute. I've used it and like it.
I know you said "forget about Redemption", but IMHO it is the best way. The $199 will be money
well spent.
Regards,
Patrick