(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 ?
(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..
(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...
(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?
(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.
(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!
>
>
(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!
> >
> >
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