MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

MOSS 2007 - connect Outlook Contactlist to SharePoint

  Asked By: Heriberto Robles         Date: Mar 05, 2009      Category: MOSS      Views: 297

I know you can create a contactlist in MOSS/SharePoint and connect it to Outlook
but is it possible the other way round?

Is it possible to connect a Outlook Contactlist to MOSS/SharePoint?

Tagged:              

 

2 Answers Found

 
Answer #1       Answered By: Glenda Roth          Answered On: Mar 05, 2009       

Well, there's the Outlook Web Access web parts that you get out of the box.

Lastly, I wouldn't say this is connecting as much as copying, but you can synch
a SharePoint contact list to Outlook, then from Outlook drag and drop your
contacts into that list.

 
Answer #2       Answered By: Jada Clemons          Answered On: Mar 05, 2009       

You can expose a local outlook  client mailbox using html code. (With or
without sharepoint)

Just specify the folder parameter as "Contacts"

<OBJECT classid=CLSID:0006F063-0000-0000-C000-000000000046

id=ViewCtlFolder

width="100%"

height="400"

codebase="https://activex.microsoft.com/activex/controls/office/outlctlx
.CAB#ver=9,0,0,3203">

<param name="Namespace" value="MAPI">

<param name="Folder" value="Contacts">

<param name="Restriction" value="">

<param name="DeferUpdate" value="0">

</OBJECT>

 
Didn't find what you were looking for? Find more on MOSS 2007 - connect Outlook Contactlist to SharePoint Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].