Downloading the Samples

Applies to: Office 2007 | Outlook 2010 | SharePoint Server 2010

This topic describes how to download the code samples that accompany this documentation.

To download the sample code

  1. Download the .zip files for the sample provider (in C#) at Outlook Social Connector (OSC) Sample Provider and the templates (in C++, C#, or Visual Basic) at Outlook Social Connector (OSC) Provider Templates.

  2. Extract the .zip files into the folder of your choice. In Windows Vista or Windows 7, the default path for Visual Studio 2008 projects is C:\Users\user\Documents\Visual Studio 2008\Projects. If you are using Microsoft Visual Studio 2010, the default path is C:\Users\user\Documents\Visual Studio 2010\Projects.

  3. After extracting the .zip files, you will find the following projects in your projects folder:

    • OSCProvider_CPP—Contains the C++ provider template.

    • OSCProvider_CS—Contains the C# provider template.

    • OSCProvider_VB—Contains the Visual Basic provider template.

    • TestProvider—Contains the TestProvider project.

See Also

Concepts

Building the Sample Provider

Applying a Sample Provider Template

Other Resources

OSC Sample Provider and Templates