Skip to content

OfficeDevUnofficial/ews-managed-api

 
 

Repository files navigation

EWS Managed API Continuation

Gitter

This project is a fork of the ews managed API at commit

Update README.md | 25a393dbc68b420d25999bdf0a03c23d86412f57

It exists because starting July 19th 2018, Exchange Web Services (EWS) will no longer receive feature updates.
This project however, will.

The Exchange Web Services (EWS) Managed API provides a managed interface for developing .NET & .NET Core 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.

A word of warning

EWS is in sustaining mode, the recommended access pattern for Office 365 and Exchange online data is Microsoft Graph.
There is no EWS replacement for on-premise Exchange.
For more information concerning EWS discontinuation, click here.

License

MIT

Releases

You can download the binary version of the old EWS Managed API from nuget.
The old nuget is not compatible with .NET Core.
The new EWS Managed API is not yet on nuget.
You just need to build this project from source.

Getting started resources

The exchange code samples are available in purified form in the "ExchangeCodeSamples"-directory of this repository.

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:

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.