Address Book Control?

J

jayanthv

Can any one help me regarding Address Book Control ? -
run-on-first-use control included with Outlook 2002 and 2003.


How to use this control in vbscript or javascript to open a loca
Outlook Address Book
 
S

Sue Mosher [MVP-Outlook]

Do you have access to a Windows SharePoint Services site? (If not, you can use XSOLive.com. Login using visitor as the username and password.) Take a look at the HTML source for the page where users add a new user to the site -- it uses the Address Book Control
 
J

jayanthv

Yes, in our office we are using Sharepoint server, but in the code the
used a component names MsSvAbw.AddrBookWrapper (which will be availabl
only when sharepoint services are installed)

When i copied the HTML source of the function which is used to invok
the local address book it is asking to install the Sharepoint service
in my system.

As we are using Javascript/Vbscript to invoke this Address book from
local machine, it's checking the whether Sharpoint Services ar
installed locally or not. If not then giving error message & it's no
working and also giving a message like this:

"To use this feature, you must have an Address Book compatible wit
Windows SharePoint Services and you must have Internet Explorer 5.0 o
greater."

The same code worked in a system where Windows SharePoint Services ar
installed.

Can u please suggest me how to solve this issue? As my clients won'
have Sharepoint services installed in their systems..

Thanks in advance..
 
S

Sue Mosher [MVP-Outlook]

MsSvAbw.AddrBookWrapper is the Address Book Control component from Outlook 2002/2003. (Windows SharePoint Services is a server application, not a client program, and doesn't install anything on the client itself.) Remember that the Address Book Control is a "run on first use" Outlook component, so the user may see a prompt for the installation source files if they don't have the Office 2003 LIS or access to a network Office installation point.
 
N

nonice

Is there any component that can be used to open an Outlook 2007 address book?
Using the component: MsSvAbw.AddrBookWrapper, I am able to invoke the 2003
address book but not the 2007. Could you pleaes tell me how to invoke the
2007 Outlook address book?

url:http://www.ureader.com/msg/1081726.aspx
 
N

Nathan

nonice said:
Is there any component that can be used to open an Outlook 2007 addres
book?
Using the component: MsSvAbw.AddrBookWrapper, I am able to invoke th
2003
address book but not the 2007. Could you pleaes tell me how to invok
the
2007 Outlook address book?

url:http://www.ureader.com/msg/1081726.aspx

I also met this problem. Can you help me to resolve this problem.

Thank you very much
 
N

Nathan

I think I could resolve my problem this time. O(∩_∩)O~


I think I could resolve my problem this time. O(∩_∩)O~
 
Top