A program is trying to access e-mail addresses you have stored in Outlook...

S

Stam

I'm developing a custom appointment based form. Here the form's code:

Function Item_Write()
Item.Body = Item.Body + "My Message"
End Function


While I click on "Save and Close", the following message pops up:

A program is trying to access e-mail addresses you have stored in
Outlook. Do you want to allow this? If this is unexpected, it may be a
virus and you should choose "No" There is a drop down menu next to
"Allow access for " to choose a number of minutes. Below that are the
choices of "Yes" "No" or "Help"

But the program is not trying to access any e-mail address.

This problem happens only in the Outlook 2002 sp3.

Is it possible no getting this pop up message?
If not, how can I now programmatically is my Application an "Outlook
2002 sp3"?
 

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