Exchange.WebServices.NET6 1.0.0

dotnet add package Exchange.WebServices.NET6 --version 1.0.0
NuGet\Install-Package Exchange.WebServices.NET6 -Version 1.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.NET6" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Exchange.WebServices.NET6 --version 1.0.0
#r "nuget: Exchange.WebServices.NET6, 1.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.NET6 as a Cake Addin
#addin nuget:?package=Exchange.WebServices.NET6&version=1.0.0

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

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.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 19,589 5/6/2022

changed target framework to .NET 4.8 and 6.0
fixed linux issues
added parameter to skip certificate validation
removed obsolete WebRequests and switched to HttpClient internally
fixed issue with file attachements downloads
restored ldap autodiscover functionality
merged changes from official Microsoft repository
added cancellation token for most of method