No description, website, or topics provided.
C#
Switch branches/tags
Nothing to show
Latest commit b66309d Aug 14, 2017 @davster davster committed on GitHub Merge pull request #126 from poizan42/requestfolders-multi-parents
Add public interface to search for folders in multiple folders using the same filter
Permalink
Failed to load latest commit information.
Attributes Use MIT license header Mar 30, 2015
Autodiscover Fix typos in comments, XML docs and messages Aug 4, 2015
ComplexProperties Publishing Latest Updates from Microsoft Nov 18, 2015
Core Add public interface to search for folders in multiple folders using … Aug 14, 2017
Credentials Use MIT license header Mar 30, 2015
Dns Fix typos in comments, XML docs and messages Aug 4, 2015
Docs Moving EWS Managed API to Open Source Sep 19, 2014
Elc Removes JSON support, plus Delve Insight changes and bug fixes Jun 4, 2015
Enumerations Add new ExchangeVersionType values Oct 14, 2015
Exceptions Removes JSON support, plus Delve Insight changes and bug fixes Jun 4, 2015
Groups Removes JSON support, plus Delve Insight changes and bug fixes Jun 4, 2015
Interfaces Publishing Latest Updates from Microsoft Nov 18, 2015
MailboxSearch Removes JSON support, plus Delve Insight changes and bug fixes Jun 4, 2015
Misc Removes JSON support, plus Delve Insight changes and bug fixes Jun 4, 2015
Notifications Latest updates from MS Aug 4, 2015
Properties Publishing Latest Updates from Microsoft Nov 18, 2015
PropertyDefinitions Removes JSON support, plus Delve Insight changes and bug fixes Jun 4, 2015
Search Publishing Latest Updates from Microsoft Nov 18, 2015
Security Use MIT license header Mar 30, 2015
Sync Use MIT license header Mar 30, 2015
UnifiedMessaging Removes JSON support, plus Delve Insight changes and bug fixes Jun 4, 2015
.gitignore Port latest updates from Microsoft codebase Mar 27, 2015
CONTRIBUTING.md Moving EWS Managed API to Open Source Sep 19, 2014
Microsoft.Exchange.WebServices.Data.csproj Publishing Latest Updates from Microsoft Nov 18, 2015
Microsoft.Exchange.WebServices.Data.sln Moving EWS Managed API to Open Source Sep 19, 2014
README.md Reference nuget package in readme Jan 24, 2015
Strings.cs Removes JSON support, plus Delve Insight changes and bug fixes Jun 4, 2015
fxcopexclusions.cs Use MIT license header Mar 30, 2015
license.txt Moving EWS Managed API to Open Source Sep 19, 2014

README.md

Getting Started with the EWS Managed API

![Gitter](https://badges.gitter.im/Join Chat.svg)

The Exchange Web Services (EWS) Managed API provides a managed interface for developing .NET client applications that use EWS. By using the EWS Managed API, you can access almost all the information stored in an Office 365, Exchange Online, or Exchange Server mailbox.

Download options

Download EWS Managed API via nuget.

Getting started resources

See the following articles to help you get started:

Documentation

Documentation for the EWS Managed API is available in the Web services node of the MSDN Library. In addition to the getting started links provided, you can find how to topics and code samples for the most frequently used EWS Managed API objects in the Develop node. All the latest information about the EWS Managed API, EWS, and related web services can be found under the Explore the EWS Managed API, EWS, and web services in Exchange topic on MSDN.

Prerequisites

You need the following to work with the EWS Managed API:

  • A C# compiler to build the DLL files. We recommend Visual Studio 2013.
  • A mailbox on Office 365 or an Exchange server that is running Exchange Online or a version of Exchange starting with Exchange Server 2007.
  • A version of the .NET Framework starting with the .NET Framework 3.5.

Additional resources

Community

Exchange has an active developer community that you can turn to when you need help. We recommend using the Exchange Server Development forum on MSDN, or using the [ews] tag on StackOverflow.