can't access contacts email address

  • Thread starter Thread starter Marika
  • Start date Start date
M

Marika

I am desinging a c# program which needs to access all the properties
of Outlook contact. All the program needs to do is to place them in an
XML file. It accesses it item.FirstName etc.

The problem is when I am accessing the email addresses, I get the
following error message: "The program is trying to access e-mail
addresses you have stored in outlook. Do you want to allow .... If
this is unexpected, it maybe a virus ...."

Is there anyway around this error message? Also the message pops up
many many times, not just once.

Thank you,
Marika
 
You are recieving the message as part of Outlook's virus
protection. Check out Redemption.dll on the web - an
excellent component that lets you bypass this security
message (even recommended by MS in MS Press literature on
Outlook development)

Kristian
 
Back
Top