Forum Discussion
VivekDreamer
Apr 11, 2025Copper Contributor
How to get token to fire ews soap request using fetch in exchange onprem setup?
I am currently developing an Outlook add-in for an Exchange On-Premises environment and have encountered a limitation with attachment management, specifically around deleting attachments. Context: ...
Americaaman
Jul 04, 2025Iron Contributor
Register the application in Azure AD and grant it EWS privileges, then use the OAuth 2.0 client credentials flow to get the token and make the SOAP request!