View Single Post
  #2  
Old May 23rd, 2007, 06:39 PM posted to microsoft.public.outlook.contacts
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 7,177
Default "Show this folder as an e-mail Address Book"

If you wanted to automate it, you'd need to write a script that uses the Outlook object model to set the ShowAsOutlookAB property to True for each desired folder.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Chris Barbosa" wrote in message ...
Hello everyone,

After a mandatory a power down of Exchange Server 2003 Enterprise R2, all of
our users no longer have access to their contact lists in Outlook 2003 as an
Address Book while drafting a new email message.

We have had to go to each users desk, go to the properties of each Contact
list in the "My Contacts" folder and check "Show this folder as an e-mail
Address Book".

There MUST be a way to automate this! Does anyone know of a VB Script, Bat
file, Reg Key that will automatically perform this function for each user
during the logon process?