Outlook getroomlists ews不返回任何数据

Outlook getroomlists ews不返回任何数据,outlook,Outlook,我正在尝试使用Microsoft exchange服务获取所有可用房间和房间状态。下面的代码用于获取房间列表。虽然我有8个房间,但这是零房间 EmailAddressCollection myRoomLists = serviceData.GetRoomLists(); 已通过Exchange服务器身份验证,并已获取名为serviceData的ExchangeService对象。提前感谢查看in MSDN,它解释了如何使用EWS管理的API或EWS从Exchange服务器获取组织中所有文件室

我正在尝试使用Microsoft exchange服务获取所有可用房间和房间状态。下面的代码用于获取房间列表。虽然我有8个房间,但这是零房间

 EmailAddressCollection myRoomLists = serviceData.GetRoomLists();

已通过Exchange服务器身份验证,并已获取名为serviceData的ExchangeService对象。提前感谢

查看in MSDN,它解释了如何使用EWS管理的API或EWS从Exchange服务器获取组织中所有文件室列表或单个文件室列表。

查看in MSDN,它解释了如何从Exchange服务器获取组织中所有文件室列表或单个文件室列表使用EWS管理的API或EWS创建Exchange服务器。

使用service.getRoomList()时,它返回0个recordsWow,非常有帮助。您是否找到了此sunil的解决方案?当使用service.GetRoomLists()时,它返回0个记录w,这对Eugene有很大帮助。你找到解决这个问题的办法了吗?