Link to home
Create AccountLog in
Avatar of Dee
DeeFlag for United States of America

asked on

Outlook Security Warning

I am sending emails from VB6 using Outlook 2003.  How can I suppress the security warning messages that appear?

I installed express yes software, but it's not working.  Isn't there away I can configure this is in Outlook to allow access by just this application?  That would be preferred.  I thought I have don this in the past, but can see a way to do it.
Avatar of Hossy
Hossy

To the best of my knowledge, I don't know of anything that can suppress that security warning.  I've tried in the past without success.  Good luck.

You may be able to work around it if you write your own add-in to Outlook and interface with that instead of Outlook's API.
ASKER CERTIFIED SOLUTION
Avatar of Chris Bottomley
Chris Bottomley
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Hi, Delta7428.

No, the message cannot be supressed by changing an Outlook setting.  These are your options:

1.  Sign the code.  Here's a link to instructions on doing that: http://msdn.microsoft.com/en-us/library/aa155754(office.10).aspx
2.  Use ClickYes (http://www.contextmagic.com/express-clickyes/), a small utility that'll click the Yes button for you.  It creates a security hole though, since a virus could start sending messages and ClickYes would click the Yes button for it too.  
3.  Use Redemption (http://www.dimastr.com), a COM library that enables code to safely bypass Outlook security.

ClickYes should work.  I don't use it myself, but I've never heard of it failing.
Avatar of Dee

ASKER

The mapilab security add in works great.  Thanks.