Hi Greg,
you could use "Click Yes"
read
http://www.andreas-roeder.net/phpBB2/viewtopic.php?t=10
http://www.slipstick.com/outlook/ol2002sp3.htm#problems has a list of
applications known to trigger the security prompt.
You can find more information here as well:
http://www.slipstick.com/outlook/esecup.htm#autosec
http://support.microsoft.com/default.aspx?scid=kb;en-us;838871
http://www.outlookcode.com/d/sec.htm
--
Russ Valentine
[MVP-Outlook]
"Golforfood" <Golfo...@discussions.microsoft.com> wrote in message
news:8E30DEDF-F0F0-470F...@microsoft.com...
We've been distributing a (beta) version of an Outlook anti-spam plugin
(www.TekGuard.com) for a while that gets around the security prompt
using a COM object called "Outlook Redemption" from
http://www.dimastr.com/redemption.
It basically gives you access to most of the Outlook objects without
triggering the security prompt.
It will work from a bunch of languages; we use C#. To give you a
floavor of the function calls, here's a small code snippet:
<snippet>
// Create an instance of Redemption.SafeMailItem
Redemption.SafeMailItem SafeItem = new Redemption.SafeMailItem();
// Set Item property
SafeItem.Item = MailItem;
// Get name
Name = SafeItem.SenderName;
// Release objects
SafeItem = null;
</snippet>
Posted by www.AndrewM.com [Post# 20050617]
Software Entrepreneurs, ISV's, Developers - Sell & Support your
programs with an 800# virtual auto-attendant:
www.VoiceInfo.com - <a href="http://www.VoiceInfo.com">
Virtual Office, Automated Phone Assistant, Web Access </a><br>
Developers, ISP's, Small Business Owners - Need a starting point
for an anti-spam email server, Outlook client, WebMail?
www.TekGuard.com - <a href="http://www.TekGuard.com">
Free Mail Server, Outlook PlugIn, WebMail, C# Source Code </a>