Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: A program is trying to access e-mail address

0 views
Skip to first unread message

Andreas Roeder

unread,
May 27, 2005, 5:37:30 PM5/27/05
to
Golforfood wrote:
> 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


Russ Valentine [MVP-Outlook]

unread,
May 27, 2005, 6:07:02 PM5/27/05
to
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


--
Russ Valentine
[MVP-Outlook]
"Golforfood" <Golfo...@discussions.microsoft.com> wrote in message
news:8E30DEDF-F0F0-470F...@microsoft.com...

www.VoiceInformation.com

unread,
Jun 17, 2005, 4:38:14 PM6/17/05
to
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>

0 new messages