WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Address Book Control?

 
Goto page 1, 2
   Home -> Office -> Programming VBA RSS
Next:  Opening a Outlook Address Book through Javascript..  
Author Message
jayanthv

External


Since: Jul 06, 2005
Posts: 1



(Msg. 1) Posted: 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
Login to vote
Sue Mosher [MVP-Outlook]

External


Since: Feb 11, 2005
Posts: 6513



(Msg. 2) Posted: 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
Login to vote
jayanthv

External


Since: Jul 06, 2005
Posts: 1



(Msg. 3) Posted: 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
Login to vote
Sue Mosher [MVP-Outlook]

External


Since: Feb 11, 2005
Posts: 6513



(Msg. 4) Posted: 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.RemoveThis@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
Login to vote
nonice

External


Since: Jun 17, 2008
Posts: 1



(Msg. 5) Posted: Tue Jun 17, 2008 10:48 pm
Post subject: Re: Address Book Control? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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
Back to top
Login to vote
Nathan

External


Since: Nov 17, 2008
Posts: 1



(Msg. 6) Posted: Mon Nov 17, 2008 10:19 am
Post subject: Re: Address Book Control? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

nonice Wrote:
> 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

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

Thank you very much!
Back to top
Login to vote
Dmitry Streblechenko

External


Since: Nov 23, 2003
Posts: 1142



(Msg. 7) Posted: Mon Nov 17, 2008 1:34 pm
Post subject: Re: Address Book Control? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Use Namespace.SelectNamesDialog (Outlook 2007 specific)

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Nathan" <Nathan.3j15an RemoveThis @no-spam-here.com> wrote in message
news:Nathan.3j15an@no-spam-here.com...
>
> nonice Wrote:
>> 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
>
> I also met this problem. Can you help me to resolve this problem.
>
> Thank you very much!
>
>
Back to top
Login to vote
Nathan

External


Since: Nov 17, 2008
Posts: 1



(Msg. 8) Posted: Mon Nov 17, 2008 11:58 pm
Post subject: Re: Address Book Control? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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


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



Dmitry Streblechenko Wrote:
> Use Namespace.SelectNamesDialog (Outlook 2007 specific)
>
>
>
> --
> Dmitry Streblechenko (MVP)
> http://www.dimastr.com/
> OutlookSpy - Outlook, CDO
> and MAPI Developer Tool
> -
> "Nathan" <Nathan.3j15an DeleteThis @-BLCKSPM--BLCKSPM--BLCKSPM-no-spam-here.com>
> wrote in message
> news:Nathan.3j15an@-BLCKSPM--BLCKSPM--BLCKSPM-no-spam-here.com...
> >
> > nonice Wrote:
> >> 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
> >
> > I also met this problem. Can you help me to resolve this problem.
> >
> > Thank you very much!
> >
> >
Back to top
Login to vote
Display posts from previous:   
       Home -> Office -> Programming VBA All times are: Eastern Time (US & Canada) (change)
Goto page 1, 2
Page 1 of 2

 
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
Categories:
 Windows XP
 Windows Vista
 Windows Other
  Office
 Office Other
 Security
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET |
  • IT Support