Help!

Address Book Control?

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Programming VBA RSS
Next:  Opening a Outlook Address Book through Javascript..  
Author Message
jayanthv
External


Since: Jul 06, 2005
Posts: 1



PostPosted: Wed Jul 06, 2005 12:42 pm    Post subject: Address Book Control?
Archived from groups: microsoft>public>outlook>program_vba (more info?)

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


How to use this control in vbscript or javascript to open a local
Outlook Address Book ?


--
jayanthv
------------------------------------------------------------------------
jayanthv's Profile: http://www.officehelp.in/member.php?userid=103
View this thread: http://www.officehelp.in/showthread.php?t=694514
Visit - http://www.officehelp.in | http://www.officehelp.in/archive/index.php | http://www.officehelp.in/index/index.php
Back to top
Sue Mosher [MVP-Outlook]
External


Since: Feb 11, 2005
Posts: 21627



PostPosted: Wed Jul 06, 2005 12:42 pm    Post subject: Re: Address Book Control? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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

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


"jayanthv" <jayanthv.1rqlso DeleteThis @NoSpamPleaze.com> wrote in message news:jayanthv.1rqlso@NoSpamPleaze.com...
>
> Can any one help me regarding Address Book Control ? - a
> run-on-first-use control included with Outlook 2002 and 2003.
>
>
> How to use this control in vbscript or javascript to open a local
> Outlook Address Book ?
Back to top
jayanthv
External


Since: Jul 06, 2005
Posts: 1



PostPosted: Wed Jul 06, 2005 7:35 pm    Post subject: Re: Address Book Control? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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

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

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

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

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

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

Thanks in advance...


--
jayanthv
------------------------------------------------------------------------
jayanthv's Profile: http://www.officehelp.in/member.php?userid=103
View this thread: http://www.officehelp.in/showthread.php?t=694514
Visit - http://www.officehelp.in | http://www.officehelp.in/archive/index.php | http://www.officehelp.in/index/index.php
Back to top
Sue Mosher [MVP-Outlook]
External


Since: Feb 11, 2005
Posts: 21627



PostPosted: Wed Jul 06, 2005 7:35 pm    Post subject: Re: Address Book Control? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"jayanthv" <jayanthv.1rr58u.DeleteThis@NoSpamPleaze.com> wrote in message news:jayanthv.1rr58u@NoSpamPleaze.com...
>
> Yes, in our office we are using Sharepoint server, but in the code they
> used a component names MsSvAbw.AddrBookWrapper (which will be available
> only when sharepoint services are installed)
>
> When i copied the HTML source of the function which is used to invoke
> the local address book it is asking to install the Sharepoint services
> in my system.
>
> As we are using Javascript/Vbscript to invoke this Address book from a
> local machine, it's checking the whether Sharpoint Services are
> installed locally or not. If not then giving error message & it's not
> working and also giving a message like this:
>
> "To use this feature, you must have an Address Book compatible with
> Windows SharePoint Services and you must have Internet Explorer 5.0 or
> greater."
>
> The same code worked in a system where Windows SharePoint Services are
> installed.
>
> Can u please suggest me how to solve this issue? As my clients won't
> have Sharepoint services installed in their systems..
>
> Thanks in advance...
Back to top
Pamela Hunt
External


Since: Apr 30, 2009
Posts: 1



PostPosted: Wed Apr 29, 2009 4:10 pm    Post subject: Re: Address Book Control? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Dmitry Streblechenko,

Do you know if the same data is returned using SelectNamesDialog? From what
I can find it just returns Name. Is there way to bring the email address,
phone number, etc like MsSvAbw.AddrBookWrapper?

url:http://www.ureader.com/msg/1081726.aspx
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Programming VBA All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum