A program is trying to access e-mail address

G

Guest

When I try to send an e-mail with an attatchment I get the following message.
A program is trying to access e-mail address you have stored in Outlook. Do
you want to allo this. If this is unexpected, it may be a virus and you
should choose No. Allow access for ???

Can anyone tell me how to disable this message.

Thanks
Greg
 
A

Andreas Roeder

Golforfood said:
When I try to send an e-mail with an attatchment I get the following
message. A program is trying to access e-mail address you have
stored in Outlook. Do you want to allo this. If this is unexpected,
it may be a virus and you should choose No. Allow access for ???

Can anyone tell me how to disable this message.

Thanks
Greg

Hi Greg,
you could use "Click Yes"
read
http://www.andreas-roeder.net/phpBB2/viewtopic.php?t=10
 
R

Russ Valentine [MVP-Outlook]

Sure, if you posted your Outlook version.
These prompts are from the Outlook Email Security Updates contained in all
current versions of Outlook and in all Service Packs after SP1 for Outlook
2000. These updates add additional actions to the list of those that are
blocked from accessing the Outlook Address Book. Antivirus and antispam
add-ins are a common cause and others may be affected as well (for example,
Adobe Acrobat's Outlook addin called PDFMaker is a very common one). As a
result, one of the add-ins or programs you are using that access your
Outlook Address Book needs to be updated. Many add-ins were updated
following the release of Outlook 2003 and should work. If not you'll need to
contact the vendor for a newer version.

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
 
W

www.VoiceInformation.com

Greg -

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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top