A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Show this folder as an email address book



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old June 8th 07, 04:56 PM posted to microsoft.public.outlook.program_vba
Legal Learning
external usenet poster
 
Posts: 14
Default Show this folder as an email address book

I have a user that has Author permissions to her boss' contacts. His mailbox
is displayed in her folder list also. How can I make the contacts show as an
email address book.

I can do that if the contacts are a public folder or if they are one of her
contact books but the tab (Outlook address book) is not visible on his
contact properties.

Any work around would also be appreciated.

Thanks!
--
CLG
Ads
  #2  
Old June 8th 07, 05:40 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Show this folder as an email address book

That's not a job for VBA and the Outlook object model. The process of adding another user's Contacts folder to your own address book display is somewhat involved. You will need to be able to create -- at least temporarily -- an Outlook profile that opens another user's mailbox as the primary mailbox. Proceed with these steps while logged in under your own Windows account, not the other user's:

1. Create an Outlook profile that connects directly to the other user's mailbox, not your own. If you are using Outlook 2003, do not select the option to use Cached Exchange mode. Start Outlook with that profile.

2. On the Properties dialog for the other user's Contacts folder, make sure that it's set to display in the Outlook Address Book and give it a display name other than contacts, such as Joe's Contacts.

3. Close Outlook.

4. In Control Panel | Mail, edit the *same profile* (i.e. the one from Step 1) to change the mailbox from the other user's to your own.

5. Still working with the same profile, on the Advanced tab of the Exchange Server service, add the other user's mailbox as a secondary mailbox.

6. Restart Outlook, and you should see the Joe's Contacts in your Outlook Address Book as well as your own Contacts folder.

7. (Optional) If you are using Outlook 2003 or 2007, you can now change the settings for your Exchange account to use Cached Exchange mode.

--
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/article.aspx?id=54

"Legal Learning" wrote in message ...
I have a user that has Author permissions to her boss' contacts. His mailbox
is displayed in her folder list also. How can I make the contacts show as an
email address book.

I can do that if the contacts are a public folder or if they are one of her
contact books but the tab (Outlook address book) is not visible on his
contact properties.

Any work around would also be appreciated.

Thanks!
--
CLG

  #3  
Old June 12th 07, 09:53 PM posted to microsoft.public.outlook.program_vba
Legal Learning
external usenet poster
 
Posts: 14
Default Show this folder as an email address book

Dear Sue:

On 2. On the Properties dialog for the other user's Contacts folder, make
sure that it's set to display in the Outlook Address Book and give it a
display name other than contacts, such as Joe's Contacts.

It does not allow changes to the name of the contacts.]

And on 4. In Control Panel | Mail, edit the *same profile* (i.e. the one
from Step 1) to change the mailbox from the other user's to your own.
It does not allow changes of any kind here as well.

--
CLG


"Sue Mosher [MVP-Outlook]" wrote:

That's not a job for VBA and the Outlook object model. The process of adding another user's Contacts folder to your own address book display is somewhat involved. You will need to be able to create -- at least temporarily -- an Outlook profile that opens another user's mailbox as the primary mailbox. Proceed with these steps while logged in under your own Windows account, not the other user's:

1. Create an Outlook profile that connects directly to the other user's mailbox, not your own. If you are using Outlook 2003, do not select the option to use Cached Exchange mode. Start Outlook with that profile.

2. On the Properties dialog for the other user's Contacts folder, make sure that it's set to display in the Outlook Address Book and give it a display name other than contacts, such as Joe's Contacts.

3. Close Outlook.

4. In Control Panel | Mail, edit the *same profile* (i.e. the one from Step 1) to change the mailbox from the other user's to your own.

5. Still working with the same profile, on the Advanced tab of the Exchange Server service, add the other user's mailbox as a secondary mailbox.

6. Restart Outlook, and you should see the Joe's Contacts in your Outlook Address Book as well as your own Contacts folder.

7. (Optional) If you are using Outlook 2003 or 2007, you can now change the settings for your Exchange account to use Cached Exchange mode.

--
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/article.aspx?id=54

"Legal Learning" wrote in message ...
I have a user that has Author permissions to her boss' contacts. His mailbox
is displayed in her folder list also. How can I make the contacts show as an
email address book.

I can do that if the contacts are a public folder or if they are one of her
contact books but the tab (Outlook address book) is not visible on his
contact properties.

Any work around would also be appreciated.

Thanks!
--
CLG


  #4  
Old June 12th 07, 10:39 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Show this folder as an email address book

If you can't edit profiles, then the administrators have locked them down, and you'll have to talk to them about enabling profile edits.

--
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/article.aspx?id=54

"Legal Learning" wrote in message ...
Dear Sue:

On 2. On the Properties dialog for the other user's Contacts folder, make
sure that it's set to display in the Outlook Address Book and give it a
display name other than contacts, such as Joe's Contacts.

It does not allow changes to the name of the contacts.]

And on 4. In Control Panel | Mail, edit the *same profile* (i.e. the one
from Step 1) to change the mailbox from the other user's to your own.
It does not allow changes of any kind here as well.

--
CLG


"Sue Mosher [MVP-Outlook]" wrote:

That's not a job for VBA and the Outlook object model. The process of adding another user's Contacts folder to your own address book display is somewhat involved. You will need to be able to create -- at least temporarily -- an Outlook profile that opens another user's mailbox as the primary mailbox. Proceed with these steps while logged in under your own Windows account, not the other user's:

1. Create an Outlook profile that connects directly to the other user's mailbox, not your own. If you are using Outlook 2003, do not select the option to use Cached Exchange mode. Start Outlook with that profile.

2. On the Properties dialog for the other user's Contacts folder, make sure that it's set to display in the Outlook Address Book and give it a display name other than contacts, such as Joe's Contacts.

3. Close Outlook.

4. In Control Panel | Mail, edit the *same profile* (i.e. the one from Step 1) to change the mailbox from the other user's to your own.

5. Still working with the same profile, on the Advanced tab of the Exchange Server service, add the other user's mailbox as a secondary mailbox.

6. Restart Outlook, and you should see the Joe's Contacts in your Outlook Address Book as well as your own Contacts folder.

7. (Optional) If you are using Outlook 2003 or 2007, you can now change the settings for your Exchange account to use Cached Exchange mode.



"Legal Learning" wrote in message ...
I have a user that has Author permissions to her boss' contacts. His mailbox
is displayed in her folder list also. How can I make the contacts show as an
email address book.

I can do that if the contacts are a public folder or if they are one of her
contact books but the tab (Outlook address book) is not visible on his
contact properties.

Any work around would also be appreciated.

Thanks!
--
CLG


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Show this folder as an email address book is grayed Yaacov Klapisch Outlook - General Queries 1 December 12th 06 12:51 PM
Show this folder as an email address book is grayed Yaacov Klapisch Outlook - Using Contacts 1 December 12th 06 12:51 PM
activate contact folder from public folder with "show this folder as email address book using a prf file Frankie K. Outlook - Using Contacts 7 July 25th 06 05:37 PM
Cannot tick - show this folder as an email address book off-2003 Sebbeau Outlook - Using Contacts 2 June 18th 06 08:14 PM
show folder as an email address book when the box is grayed out? Shelby Outlook - Using Contacts 1 May 15th 06 04:37 PM


All times are GMT +1. The time now is 04:59 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.