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"?
Sue Mosher [MVP-Outlook] - 28 Jun 2005 12:51 GMT
See http://www.outlookcode.com/d/sec.htm for your options with regard to the "object model guard" security in Outlook 2000 SP2 and later versions. Redemption may be your best approach.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> I'm developing a custom appointment based form. Here the form's code:
>
[quoted text clipped - 17 lines]
> If not, how can I now programmatically is my Application an "Outlook
> 2002 sp3"?