Search Documents from SharePoint Server and display outlook window

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.
 
K

Ken Slovak - [MVP - Outlook]

Outlook 2003 has nothing in the object model that's specific to SharePoint.
You would have to search SharePoint using whatever automation SharePoint
has.
 
M

mithilesh

Outlook 2007 object model has specific to SharePoint?
Outlook 2007, How is communicate to SharePoint and instant search done on
outlook explore?
 
K

Ken Slovak - [MVP - Outlook]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top