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.
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.
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.
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:
- Get started with EWS Managed API client applications
- How to: Reference the EWS Managed API assembly
- How to: Set the EWS service URL by using the EWS Managed API
- How to: Communicate with EWS by using the EWS Managed API
- How to: Trace requests and responses to troubleshoot EWS Managed API applications
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.
You need the following to work with the EWS Managed API:
- A C# compiler to build the DLL files. We recommend
-
- An Exchange server that is running Exchange Online with a version of Exchange starting with Exchange Server 2007+
- or a mailbox on Office 365
- .NET-Core 2.0 (NetStandard 2.0), or a version of the .NET Framework starting with full .NET Framework 3.5+.
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.