Closed yalcinborlu20 closed 7 months ago
Hey @yalcinborlu20
This forum is limited to supporting office-js apis.
For effective guidance with respect to ews specific queries, please get help from the ews forum as mentioned in the EWS documentation https://learn.microsoft.com/en-us/exchange/client-developer/exchange-web-services/start-using-web-services-in-exchange https://social.technet.microsoft.com/Forums/en-US/home?forum=exchangesvrdevelopment
This issue has been automatically marked as stale because it is marked as needing author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. Thank you for your interest in Office Add-ins!
This issue has been closed due to inactivity. Please comment if you still need assistance and we'll re-open the issue.
Provide required information needed to triage your issue
There is an error at https://outlook.live.com/owa/0/service.svc?action=ExecuteEwsProxy endpoint. Because of this error my custom add-in is not working as I expected.
Your Environment
Expected behavior
I want my add-in to show a popup to user if user wants to report mail item as phishing.
Current behavior
There is currently no popup on screen because there is an error in
https://outlook.live.com/owa/0/service.svc?action=ExecuteEwsProxy endpoint response.
When I check for service calls, as you can see the screen shots below, It's most likely related to ExecuteEwsProxy endpoint. I believe there might be a change in office.js => ews service authentication parts. This part has been broken recently. May be In 1-2 weeks.
Steps to reproduce
Provide additional details
Here is the part of my custom addin js file (MessageRead.js)
Here is the SS of request-response the service