With Exchange Server 2016 being available for some time (as of 15. March it's at 2016 CU1), I want to properly detect the Version that gets returned in the SOAP header of each Exchange Web Services response message:
<ServerVersionInfo MajorVersion="" MinorVersion="" MajorBuildNumber="" MinorBuildNumber="" Version="" />
The latest schema version mentioned in e.g. the 'EWS schema versions in Exchange' page is Exchange2013_SP1
.
What is the name returned for Exchange 2016?
I do not yet have an Exchange Server 2016 to test against.
Exchange Online (assuming it's always the latest stable MS code, so should be equivalent to 2016) does not return these 'regular' version names, it currently returns V2016_01_06
.
I suspect the answer for a 'regular' Exchange 2016 Server to be Exchange2016
, can anyone confirm?