Search Documents from SharePoint Server and display outlook window

  • Thread starter Thread starter mithilesh
  • Start date Start date
M

mithilesh

Hi,

I'm trying to use outlook 2003 plugin application, Search method to
search Documents from SharePoint server and display outlook windows. I am
new in SharePoint development.

I installed OfficeServerSDK, VSOT 2005, XP SP2 and outlook 2003 in client
PC. What Outlook 2003 has method for communicate to SharePoint server?

Any suggestion, site reference or code samples would be helpful.
 
Outlook 2003 has nothing in the object model that's specific to SharePoint.
You would have to search SharePoint using whatever automation SharePoint
has.
 
Outlook 2007 object model has specific to SharePoint?
Outlook 2007, How is communicate to SharePoint and instant search done on
outlook explore?
 
Yes, there are specific additions to the object model in Outlook 2007 that
help with SharePoint accesses. One is NameSpace.CreateSharingItem(), another
is NameSpace.OpenSharedFolder(). Folder.IsSharePointFolder is a boolean that
helps identify SharePoint folders, for example.
 
Back
Top