Dee
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.
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.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
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.
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.
ASKER
The mapilab security add in works great. Thanks.
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.