Jul 04 2023 09:55 AM
Hello friends,
I have created an XML-based Outlook plugin for Outlook on the web, and initially, I used EWS (Exchange Web Services) for its functionalities. However, I am aware that EWS might be deprecated, so I decided to switch to the Microsoft Graph API.
The problem I am facing is that the Graph API requires application permissions for tasks like sending emails, moving emails, and forwarding emails. Unfortunately, my client does not want to grant these permissions to the application.
I tried using certificate authentication with the msal-node library, but it didn't work as expected. I also attempted to use a Node.js server to fetch Graph API data, but I encountered the same permission requirement.
Is there any way to achieve the required functionality without needing explicit application permissions?
I appreciate any guidance or suggestions on how to address this issue.
Jul 04 2023 11:09 PM
Jul 04 2023 11:30 PM
Jul 05 2023 08:12 AM