Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I get the latest Microsoft.Exchange.WebServices.DLL?

I'm trying to use the latest Exchange Web Services DLL, however when I search my hard drive I see many versions of Microsoft.Exchange.WebServices.DLL, the most recent being version 14.0.650.7 with a date of 1/24/12.

I want to rebuild my machine but can't find an official place to get this DLL. I attempted to download the latest SDK I don't see any DLL to use, nor is there any CHM for me to use.

Where can I get the latest version of Microsoft.Exchange.WebServices.DLL?

like image 204
makerofthings7 Avatar asked May 01 '12 17:05

makerofthings7


People also ask

How do I download Microsoft Exchange WebServices DLL?

You can download the API from nuget: https://www.nuget.org/packages/Microsoft.Exchange.WebServices/. It does not need to run on an Exchange server; if your error is that the . dll can't be loaded while on a client machine, it is most likely because you haven't installed the EWS Managed API first.

What is Microsoft Exchange WebServices?

Exchange Web Services (EWS) is a cross-platform API that enables applications to access mailbox items such as email messages, meetings, and contacts from Exchange Online, Exchange Online as part of Office 365, or on-premises versions of Exchange starting with Exchange Server 2007.


2 Answers

Here is the link to EWS 2.2

http://www.microsoft.com/en-us/download/details.aspx?id=42951

This was found by going to www.microsoft.com/downloads and searching for "Exchange Web Services Managed API" (thanks Jakob)

like image 163
makerofthings7 Avatar answered Sep 25 '22 13:09

makerofthings7


Current version of the EWS Managed API is 1.2. It seems that Microsoft sometimes forgets to update links to the newest download which makes it hard to find out what the newest version is but I usually go to www.microsoft.com/downloads and search for "Exchange Web Services Managed API" whenever I need a fresh download.


UPDATE: EWS is on NuGet: http://www.nuget.org/packages?q=EWS

like image 32
Jakob Christensen Avatar answered Sep 25 '22 13:09

Jakob Christensen