Wolfish
Wolfish

Reputation: 970

Alternative method to get EWS api?

GPO and the will of the Gods dictates that I can't use Nuget to grab the managed API. Is there an alternative source? If I simply pull the entire github branch, how do I compile and install it correctly?

Upvotes: 0

Views: 340

Answers (1)

Yacoub Massad
Yacoub Massad

Reputation: 27861

Is there an alternative source?

You can download it directly from Microsoft from this link.

Once you install it, you can from visual studio add a reference to the DLL that was installed to the installation folder.

Upvotes: 1

Related Questions