A program is trying to access your address Book

W

whylite

I have a company form that everyone in my industry uses to exchange info. I
have written a message box script telling everyone to answer yes when the
alerts message comes up telling the user that a program is trying to access
your address book. I would like to eliminate the need for the msgbox and
write a script that forces the issue so no alert is displayed at all.
 
S

Sue Mosher [MVP-Outlook]

Your options depend in part on your Outlook version. See http://www.outlookcode.com/d/sec.htm
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
W

whylite

Thanks Sue I am using 2002. From what I can gather from the website that it
isn't simple to do. I program in Excel all the time. I just thought one
could write a command to bypass the alert and force things through it's easy
in excel. If such a thing exists in outlook could you let me know. The
command I am using is a MAPI get name command to attach the users name to the
change they make in the form so changes can be tracked.
--
Thanks!
Shane W


Sue Mosher said:
Your options depend in part on your Outlook version. See http://www.outlookcode.com/d/sec.htm
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
S

Sue Mosher [MVP-Outlook]

No, there is no such simple command. If you're using Exchange as your mail server, you can use the mailbox name (the Parent of the Inbox folder) to get the user's name. Alternatively, get it from the Windows environment variable %username%.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers


whylite said:
Thanks Sue I am using 2002. From what I can gather from the website that it
isn't simple to do. I program in Excel all the time. I just thought one
could write a command to bypass the alert and force things through it's easy
in excel. If such a thing exists in outlook could you let me know. The
command I am using is a MAPI get name command to attach the users name to the
change they make in the form so changes can be tracked.
 
W

whylite

Thanks Sue this helps.

--
Thanks!
Shane W


Sue Mosher said:
No, there is no such simple command. If you're using Exchange as your mail server, you can use the mailbox name (the Parent of the Inbox folder) to get the user's name. Alternatively, get it from the Windows environment variable %username%.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

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