Hi,
I am using the following code to access GroupingInformation using AutoDiscover in Office 365.
AutoDiscoverService.GetUserSettings(Mailbox, UserSettingName.ExternalEwsUrl, UserSettingName.GroupingInformation);
This returns ExternalEwsUrl while GroupingInformation is blank. I have even tried using EWS editor and this property is not returned there as well. I have tried for user as well as room resources.
Looks like these properties were added to the latest version and are not available in earlier versions of EWS. I am using the latest version of this API
Can anyone please suggest a solution to this?