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

outlook mapi access. "A program is trying to access e-mail address

337 views
Skip to first unread message

lmp

unread,
Oct 15, 2004, 2:49:10 AM10/15/04
to
I have installed program which access outlook data via mapi and shows out
information about some last e-mails.
When this program starts to do this the outlook drops out message like: "A
program is trying to access e-mail addresses you have stored in Outlook. Do
you want to allow this?" blablabla
And there is possibility to allow for not more than 10 minutes. But I need
to allow for whole working day. I'm sure that this program is not virus or
worm. Can anybody help me with this?
Win XP pro and outlook 2000 sr1
Suddenly a have no options to reinstall system or outlook I have to find
some workaround.

Sue Mosher [MVP-Outlook]

unread,
Oct 15, 2004, 8:16:52 AM10/15/04
to
The security dialogs that pop up when an application tries to access certain
Outlook properties and methods are designed to inhibit the spread of viruses
via Outlook; see http://www.slipstick.com/outlook/esecup.htm#autosec. They
cannot be simply turned on or off with a user option or registry setting.

However, Outlook 2003 does not show security prompts on three specific types
of applications:

-- VBScript code in published, non-oneoff Outlook forms

-- Outlook VBA code that uses the intrinsic Application object

-- Outlook COM add-ins properly constructed to derive all objects from
the Application object passed by the OnConnection event

In earlier versions of Outlook, standalone users can use a free tool called
Express ClickYes (http://www.express-soft.com/mailmate/clickyes.html) to
click the security dialog buttons automatically. Beware that this means if a
virus tries to send mail using Outlook or gain access to your address book,
it will succeed.

If you're the administrator in an Exchange Server environment, you can
reduce the impact of the security prompts with administrative tools. See
http://www.slipstick.com/outlook/esecup/admin.htm

If it's an application you wrote yourself and either your application needs
to support versions besides Outlook 2003 or your application runs extenal to
Outlook, you have these options for modifying your program to avoid the
security prompts (roughly in order of preference):

-- Use Extended MAPI (see http://www.slipstick.com/dev/mapi.htm) and C++
or Delphi; this is the most secure method and the only one that Microsoft
recommends. However, it applies only to COM add-ins and external programs;
you cannot use Extended MAPI in Outlook forms or VBA.

-- Use Redemption (http://www.dimastr.com/redemption/), a third-party
COM library that wraps around Extended MAPI but parallels the Outlook Object
Model, providing many methods that the Outlook model does not support

-- Use SendKeys to "click" the buttons on the security dialogs that your
application may trigger. See
http://www.slipstick.com/outlook/esecup.htm#autosec for a link to sample
code.

-- Program the free Express ClickYes
(http://www.express-soft.com/mailmate/clickyes.html) tool to start suspended
and turn it on only when your program needs to have the buttons clicked
automatically.


--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"lmp" <l...@discussions.microsoft.com> wrote in message
news:7117652E-4AFE-46C4...@microsoft.com...

Loren

unread,
Mar 19, 2005, 4:15:02 PM3/19/05
to
Pop-up: A program is trying to access e-mail addresses you have stored in
Outlook. Do you want to allow this?

I use MS Word as my default editor in Outlook XP SP3. This popup is most
irritating.

You would think that Microsoft Outlook and Word would be syncronized to
allow Word access to teh Outlooks address list when it was Outlook that
opened Word.

This was bad programming!!

I am seekign a fix. Is there a solution yet?

Russ Valentine [MVP Outlook]

unread,
Mar 19, 2005, 4:32:35 PM3/19/05
to
You haven't been paying attention. This has nothing to do with
integration between programs and everything to do with email security.

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]

Loren

unread,
Mar 19, 2005, 7:43:06 PM3/19/05
to
Russ,
While I appreciate your response, I was not happy with your tone. I have
been paying attention. The software worked fine until last week when I
upgraded from SP2 to SP3. Now I get this anoying popup. I got this response
everytime I try to send a "new" email or "reply". Word is selected as my
default editor. If I use the Outlooks editor the problem does not exist.

But, I finally solved the problem. I removed all COM add-in programs (In
Outlook go to Tools> Options> Advanced Options>clear the check box on the
add-in) in Outlook (I had a PDF converter). The popups are gone. I can now
use the Word again as my default editor. I hope this helps someone else.

Is there a way to put the add-in back and not have the problem?

Diane Poremsky [MVP]

unread,
Mar 19, 2005, 9:37:12 PM3/19/05
to
No - if you have the PDF addin installed, outlook is going to throw up the
message unless the addin is updated to avoid it (and I don't expect the
acrobat addin to be updated). In all honesty, the acrobat addin is somewhat
useless in Outlook any way. if you are using some other addin, contact the
vendor to see if they are releasing an new version that avoids the prompt.


--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
Author, Google and Other Search Engines (Visual QuickStart Guide)

Outlook Tips: http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com
Join OneNote Tips mailing list: http://www.onenote-tips.net/


"Loren" <Lo...@discussions.microsoft.com> wrote in message
news:97BE2332-3CD3-44E4...@microsoft.com...

Russ Valentine [MVP Outlook]

unread,
Mar 20, 2005, 12:01:15 AM3/20/05
to
Sorry for my tone.
I was just having a hard time understanding why you were asking a
question to which you had already received a perfectly adequate and
accurate response.

Loren

unread,
Mar 20, 2005, 1:17:05 AM3/20/05
to
Because at that point it was not obvious to me what was being proposed and
how it applied to me I didn't know I had any add-ins in Outlook.. But, the
problem has been solved. Thank you.

Russ Valentine [MVP Outlook]

unread,
Mar 20, 2005, 6:16:12 AM3/20/05
to
I see. Yes. This email security patch does get confusing.
0 new messages