Microsoft.Exchange.WebServices.NETStandard
2.0.0-beta2
Install-Package Microsoft.Exchange.WebServices.NETStandard -Version 2.0.0-beta2
dotnet add package Microsoft.Exchange.WebServices.NETStandard --version 2.0.0-beta2
<PackageReference Include="Microsoft.Exchange.WebServices.NETStandard" Version="2.0.0-beta2" />
paket add Microsoft.Exchange.WebServices.NETStandard --version 2.0.0-beta2
#r "nuget: Microsoft.Exchange.WebServices.NETStandard, 2.0.0-beta2"
// Install Microsoft.Exchange.WebServices.NETStandard as a Cake Addin
#addin nuget:?package=Microsoft.Exchange.WebServices.NETStandard&version=2.0.0-beta2&prerelease
// Install Microsoft.Exchange.WebServices.NETStandard as a Cake Tool
#tool nuget:?package=Microsoft.Exchange.WebServices.NETStandard&version=2.0.0-beta2&prerelease
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 |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6.1
- System.DirectoryServices (>= 4.7.0)
- System.Net.Http (>= 4.3.3)
-
.NETStandard 2.0
- System.DirectoryServices (>= 4.7.0)
- System.Net.Http (>= 4.3.3)
- System.Security.Cryptography.Xml (>= 4.7.0)
NuGet packages (14)
Showing the top 5 NuGet packages that depend on Microsoft.Exchange.WebServices.NETStandard:
Package | Downloads |
---|---|
CSM.SodaDotNet.Utilities
Library of helper classes and extension methods for working with Socrata Open Data portals. |
|
Common_fintech
Package Description |
|
LoopFoundry.Common
A collection of code we've written to do various things. |
|
BizDoc.Core.Exchange
BizDoc Exchange mail |
|
Beinj.Exchange.WebServices.OccurrenceData
Provide a tool who calculate occurrences of Exchange recurring master appointment. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Microsoft.Exchange.WebServices.NETStandard:
Repository | Stars |
---|---|
signumsoftware/framework
Open Source framework for writing data-centric applications over the latest technologies: .Net Core, C# 8 (not-nullable), ASP.NET Web API, Typescript 3.7 (strict), React, D3 and Sql Server or PostgreeSQL
|
Version | Downloads | Last updated |
---|---|---|
2.0.0-beta2 | 17,194 | 1/29/2021 |
2.0.0-beta1 | 23,159 | 9/2/2018 |
2.0.0-beta0 | 772 | 9/1/2018 |
1.1.3 | 1,105,072 | 7/17/2018 |
1.1.2 | 67,551 | 12/21/2017 |
1.1.1 | 6,750 | 11/15/2017 |
1.1.0 | 20,126 | 9/18/2017 |
1.0.15 | 4,488 | 9/19/2017 |
1.0.14 | 863 | 9/18/2017 |
1.0.12 | 2,461 | 7/29/2017 |
1.0.10 | 1,388 | 7/18/2017 |
1.0.9 | 2,075 | 7/11/2017 |
1.0.8 | 1,570 | 6/19/2017 |
1.0.7 | 12,947 | 12/21/2016 |
1.0.6 | 1,027 | 11/22/2016 |
1.0.4 | 241,516 | 11/7/2016 |
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 methods