Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook and VBA (http://www.outlookbanter.com/outlook-vba/)
-   -   Opening Outlook Address Book from Web Page (http://www.outlookbanter.com/outlook-vba/74120-opening-outlook-address-book-web.html)

Rod Behr June 25th 08 11:07 AM

Opening Outlook Address Book from Web Page
 
Not sure if this is the correct part of the outlook forum, but I'm
programming a website in ASP, so VB is close enough.

From our company intranet, users want to be able to search the GAL. Rather
than writing my own interface, how do I go about creating a link or
javascript within my intranet web page that simply opens the Outlook Address
Book for the user to search?

Ken Slovak - [MVP - Outlook] June 25th 08 02:48 PM

Opening Outlook Address Book from Web Page
 
Any server side code would need to access Exchange directly to download the
GAL and display it using its own rendering.

If the code runs at client then you can use the Outlook 2007 object model to
display the address book using the NameSpace.GetSelectNamesDialog() dialog.
Versions of Outlook before 2007 don't expose any methods for displaying the
address book.

For server side code you could use the server side version of CDO 1.21 (as
one way of doing it) and log into a CDO Session and use CDO's
Session.AddressBook() method.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Rod Behr" wrote in message
...
Not sure if this is the correct part of the outlook forum, but I'm
programming a website in ASP, so VB is close enough.

From our company intranet, users want to be able to search the GAL. Rather
than writing my own interface, how do I go about creating a link or
javascript within my intranet web page that simply opens the Outlook
Address
Book for the user to search?




All times are GMT +1. The time now is 11:37 PM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com