Can we connect to Exchange 2016 using EWS Managed API?
Asked Answered
S

1

9

I am using EWS Managed API 2.2 and it does not show the Exchange version 2016 in its enumeration. I can see the versions upto Exchange 2013. So how can I connect to Exchange Server 2016? Is the API, yet to be updated from Microsoft or do I need to use any other API's to connect to Exchange 2016 ?

Slothful answered 13/1, 2016 at 18:15 Comment(0)
K
8

It will connect just fine. You don't need to set the version to match the server, you set the version to indicate the lowest level of service you support.

Kinesiology answered 13/1, 2016 at 18:48 Comment(3)
Here is the scenario, I am trying to SubscribeToStreamingNotifications in Exchange 2016 by using the ExchangeVersion. If I use the ExchangeVersion.Exchange2013, will it work?Slothful
Should. Basically setting that sets the schema that's used to communicate. Exchange is backwards-compatible, so it supports the 2013 schema.Kinesiology
Thanks Jason, will test this and let u knowSlothful

© 2022 - 2024 — McMap. All rights reserved.