Exchange.WebServices.NETCore 2.0.0

dotnet add package Exchange.WebServices.NETCore --version 2.0.0
NuGet\Install-Package Exchange.WebServices.NETCore -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Exchange.WebServices.NETCore" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Exchange.WebServices.NETCore --version 2.0.0
#r "nuget: Exchange.WebServices.NETCore, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Exchange.WebServices.NETCore as a Cake Addin
#addin nuget:?package=Exchange.WebServices.NETCore&version=2.0.0

// Install Exchange.WebServices.NETCore as a Cake Tool
#tool nuget:?package=Exchange.WebServices.NETCore&version=2.0.0

Quick introduction

This is a .NET Core 7 port of the Microsoft.Exchange.WebServices.NETStandard package with minor modifications.

Here are some tips to take into account:

  • Almost all functions involving HTTP requests are now async
  • Outdated async Begin/End functions were removed
  • NET Standard: LDAP Autodiscovery feature will not work
  • ExchangeService.ServerCertificateValidationCallback can now be specified to configure SSL validation
  • Autodiscovery features where moved to Exchange.WebServices.NETCore.Autodiscover
  • Nuget package can be found here: https://www.nuget.org/packages/Exchange.WebServices.NETCore/

Getting Started with the EWS Managed API

Gitter

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. However, this API is in sustaining mode, the recommended access pattern for Office 365 and Exchange online data is Microsoft Graph

Support statement

Starting July 19th 2018, Exchange Web Services (EWS) will no longer receive feature updates. While the service will continue to receive security updates and certain non-security updates, product design and features will remain unchanged. This change also applies to the EWS SDKs for Java and .NET. More information here: https://developer.microsoft.com/en-us/graph/blogs/upcoming-changes-to-exchange-web-services-ews-api-for-office-365/

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.

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.

This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Exchange.WebServices.NETCore:

Package Downloads
Exchange.WebServices.NETCore.Autodiscover

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 810 1/27/2024
1.5.3 3,642 10/2/2023
1.5.2 431 9/24/2023
1.4.2 156 9/18/2023
1.4.1 135 9/17/2023
1.3.2 124 9/15/2023