Outlook warning message

  • Thread starter Thread starter Chen
  • Start date Start date
C

Chen

When I access Email Address, A message show up

A Program is trying to access e-mail addresss you have
stored in outlook. Do you want to allow this?

How to get rid of this message.

Thanks
 
This is a Outlook XP issue, and from what I found out the security settting
has to be controled on teh Mail server.

It's a new security item Microsoft added since in the past you were able to
send emails via outlook without the user knowing about it
 
Chen,
How to get rid of this message.

The message is there to inform you that a program is acting in a "virus
like" manner.

The following site contains a plethora of articles on using Outlook with
..NET:

http://www.microeye.com/resources/res_outlookvsnet.htm

To avoid the Outlook security prompts its generally easiest to create a
properly constructed COM-Addin for Outlook 2003. There are other methods
available for other versions of Outlook...

See:
http://msdn.microsoft.com/library/d...dc_ol2003_ta/html/odc_olsecnotescomaddins.asp

Further info can be found at:
http://www.slipstick.com/dev/ol2003problems.htm
http://www.slipstick.com/outlook/esecup/admin.htm

The links I gave have samples of creating add-ins.

Both of these are good articles to start with:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnout2k2/html/odc_oladdinvbnet.asp

http://support.microsoft.com/?kbid=302896

Also, be certain you have explicitly installed the Outlook PIAs!

Although not necessarily .NET both of these have a lot of Outlook
programming examples & information:

http://www.outlookcode.com/
http://www.slipstick.com/dev/index.htm


Hope this helps
Jay
 
Back
Top