Download: 101 samples for Exchange Server 2013

Now you can download the 101 Exchange Web Service samples to download them all, or select the samples that you want and download them individually. This pack includes 101 code samples that show you how to develop Exchange 2013 solutions. The code samples in the Exchange 2013: 101 code samples package show you how to use the Exchange Web Services (EWS) Managed API to send email messages, search mail folders, get contact information, check user availability, and more.

Prerequisites

These samples require the following:

  • A target server that is running Exchange Server 2007 Service Pack 1 (SP1) or a later version of Exchange.
  • The .NET Framework version 4.
  • The EWS Managed API assembly file, Microsoft.Exchange.WebServices.dll. You can download the assembly from the Microsoft Download Center (it points to EWS Managed API 2.0).

Note: These samples assume that the assembly is in the default download directory. You will need to verify the path before you run the solution for an individual sample.

  • Visual Studio 2010 with the Visual Web Developer and C# components and an open Visual Studio 2010 solution.
    Or
  • A text editor to create and edit source code files and a command prompt window to run a .NET Framework command line compiler.

Key components of the sample

Each sample will typically contain the following files:

  • *.sln — A Visual Studio 2010 solution file for the project.
  • *.csproj — One or more Visual Studio 2010 project files.
  • app.config — Contains configuration data for the project.
  • *.cs —Contains the using statements, namespace, class, and functions to showcase a particular feature.
  • Authentication.csproj — The Visual Studio 2010 project file for the dependent authentication code.
  • TextFileTraceListener.cs — Contains the using statements, namespace, class, and code to write the XML request and response to a text file.
  • Service.cs — Contains the using statements, namespace, class, and functions necessary to acquire an ExchangeService object used in the project.
  • CertificateCallback.cs — Contains the using statements, namespace, class, and code to acquire an X509 certificate.
  • UserData.cs — Contains the using statements, namespace, class, and functions necessary to acquire user information required by the service object.

Configure the sample

Follow these steps to configure the Exchange 2013: 101 code samples.

  1. Set the startup project by selecting the project in the Solution Explorer and choosing "Set as StartUp Project" from the Project menu.
  2. Ensure that the reference path for the Microsoft.Exchange.WebServices.dll points to where the dll is installed on your local computer.

Build the samples:

You need to press F5 to build and deploy the samples.

Run and test the samples

You need to press F5 to run the samples.

Note:
The above samples applies to the following exchange version/technologies: Exchange Server 2007 SP1, Exchange Server 2010, Exchange Server 2013 and EWS Managed API