I am developing an application using EWS Managed API and currently testing it with multiple Office365 accounts. Everything works fine, except for when I retrieve contacts and try to generate the viewing Url (using ExternalWebClientUrl + WebClientReadFormQueryString) it is not working.
I am currently using the method described on MSDN (Item.WebClientReadFormQuery Property documentation), but Outlook Web App simply gets stuck on loading screen saying 'Almost there...'
I have looked the issue online and saw multiple people having the same problem. Is it a known problem? If so, is it being fixed? Or is ReadFormQuery just not supposed to be working with Office365?
Thanks for any advice and/or help!