Exchange.WebServices.NETCore
2.2.1
See the version list below for details.
dotnet add package Exchange.WebServices.NETCore --version 2.2.1
NuGet\Install-Package Exchange.WebServices.NETCore -Version 2.2.1
<PackageReference Include="Exchange.WebServices.NETCore" Version="2.2.1" />
paket add Exchange.WebServices.NETCore --version 2.2.1
#r "nuget: Exchange.WebServices.NETCore, 2.2.1"
// Install Exchange.WebServices.NETCore as a Cake Addin #addin nuget:?package=Exchange.WebServices.NETCore&version=2.2.1 // Install Exchange.WebServices.NETCore as a Cake Tool #tool nuget:?package=Exchange.WebServices.NETCore&version=2.2.1
Quick introduction
This is a .NET Core 8 fork of sherlock1982's fork with multiple additions and fixes:
- Autodiscovery features where moved into a seperate package Exchange.WebServices.NETCore.Autodiscover
ExchangeService.ServerCertificateValidationCallback
can now be specified to configure SSL validationOAuthAccessTokenCredentials
provider, to allow integration ofIConfidentialClientApplication
(example)- GetMailTips
- Non hanging subscriptions
- Booking
- ... and multiple minor improvements and fixes!
Legacy Readme
Getting Started with the EWS Managed API
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:
- 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
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 | Versions 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. |
-
net8.0
- System.Security.Cryptography.Xml (>= 8.0.2)
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.