workflow - Microsoft.Exchange.WebServices 2.2
The Exchange Web Services (EWS) Managed API provides a .NET Framework interface to EWS in Exchange Online, Exchange Online as part of Office 365, and versions of Exchange starting with Exchange Server 2007 Service Pack 1 (SP1).
You can use this version of the EWS Managed API to evaluate the library for your application needs, to compare it to directly using XML or the auto generated proxy library, and to create production-ready applications.
PM> Install-Package Microsoft.Exchange.WebServices -Version 2.2.0 -Source https://www.myget.org/F/workflow/api/v3/index.json
> nuget.exe install Microsoft.Exchange.WebServices -Version 2.2.0 -Source https://www.myget.org/F/workflow/api/v3/index.json
> dotnet add package Microsoft.Exchange.WebServices --version 2.2.0 --source https://www.myget.org/F/workflow/api/v3/index.json
source https://www.myget.org/F/workflow/api/v3/index.json
nuget Microsoft.Exchange.WebServices ~> 2.2.0
Copy to clipboard
> choco install Microsoft.Exchange.WebServices --version 2.2.0 --source https://www.myget.org/F/workflow/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "workflow" -SourceLocation "https://www.myget.org/F/workflow/api/v2"
Install-Module -Name "Microsoft.Exchange.WebServices" -RequiredVersion "2.2.0" -Repository "workflow"
Copy to clipboard
- .NETFramework 4.0: 4.0.0.0
OwnersToma Bogdan |
AuthorsMicrosoft |
Project URLhttp://msdn.microsoft.com/en-us/library/dd877012(v=exchg.150).aspx |
LicenseMIT |
TagsMicrosoft Exchange Web Services EWS Managed API Email Client Library C# |
Info279139 total downloads |
| 279139 downloads for version 2.2 |
| Download (1.27 MB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
2.2 | 1.27 MB | Thu, 08 Oct 2020 21:05:42 GMT | 279139 |
|