다음을 통해 공유


Installing EWS Managed API 2.2


Installing EWS Managed API 2.2 | Introduction


Summary

In this TechNet Wiki article, we will show the installation steps for Exchange Web Services Managed API version 2.2. Indeed, the Exchange Online PowerShell module is good for IT Professionals to manage the environment. However, there are a few custom tasks requested by one of our clients which needs EWS Managed API.

System Requirements

  • Visual Studio .NET 2008 or a later version (In our case it's optional)
  • The .NET Framework 3.5 or a later version
  • The system should be 64-bit because the installer is available only in 64.

Procedure

Just by following the Wizard we can complete the installation. Provided we meet the prerequisites.
View

Advantage

  • It provides an intuitive object model.
  • It abstracts the complexities of the service description in the WSDL and schema files.
  • It includes client-side business logic.
  • It handles the web requests and responses and object serialization and deserialization.
  • It is Microsoft-supported.

References