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
<PackageReference Include="Exchange.WebServices.NET6" Version="1.0.0" />
paket add Exchange.WebServices.NET6 --version 1.0.0
#r "nuget: Exchange.WebServices.NET6, 1.0.0"
// 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 | Versions 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. |
-
.NETFramework 4.8
- System.DirectoryServices (>= 4.7.0)
- System.IO.FileSystem.AccessControl (>= 4.7.0)
- System.Net.Http (>= 4.3.4)
- System.Security.Cryptography.Xml (>= 4.6.0)
-
net6.0
- System.DirectoryServices (>= 4.7.0)
- System.IO.FileSystem.AccessControl (>= 4.7.0)
- System.Net.Http (>= 4.3.4)
- System.Security.Cryptography.Xml (>= 4.6.0)
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 | 26,815 | 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