makeEwsRequestAsync not returning callback on MacOS Outlook2016

蹲街弑〆低调 提交于 2020-03-03 16:41:10

问题


I'm using makeEwsRequestAsync to get email "Body", "Subject", "MimeContent".

But in case of MacOS Outlook2016 when the email size is more than 1MB the callback method is never called after the call is made to makeEwsRequestAsync(). In case of email having size less than 1MB the callback is called with proper result.

I know in case of more than 1MB email size there will be an error with the message Response exceeds 1 MB size limit. Please modify your EWS request

Also, the same code is working on all browser, Windows Outlook application but only on Mac Outlook2016 the callback is never called.

来源:https://stackoverflow.com/questions/49935841/makeewsrequestasync-not-returning-callback-on-macos-outlook2016

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!