I have an add-in that supports Desktop, OWA and Mobile.
The add-in allows users to upload emails with attachments.
On Desktop, I can get the mailbox item and get the property ewsUrl to retrieve the appropriate endpoint to then make follow-on API calls to get the attachments.
However, the ewsUrl is not supported on iOS or Android per the instructions here: https://dev.office.com/reference/add-ins/outlook/1.5/Office.context.mailbox?product=outlook&version=v1.5
So any ideas how I can support this feature? Can I assume that all ewsUrl will be "https://outlook.office365.com/EWS/Exchange.asmx" since the user is using IOS or Android?