An API that connects multiple Microsoft services, enabling data access and automation across platforms
We have verified the below points but still issue persists
- We have verified the destination folder id which is correct. The request body contains
destinationId - Treat the response body as the source of truth after the move. Since the API creates a new copy in the destination folder, any logic that checks the original message ID in the target folder can appear as if the move failed. - No logic to check original message ID, we have verified outlook folders and confirmed
- If the app is moving from a custom folder such as
Autoto another custom folder such asManual, use the actual folder ID forManual- We are using folderId which performing MoveAPI functionality - Ensure the app has
Mail.ReadWrite, which is the least-privileged permission listed for this API. - Yes, we could see success case as the few mails are moved to intendent folder - Capture and inspect the returned message object from the
201 Createdresponse for the moved item, then use that new item identity for any follow-up processing. - 201 response considered as success and eMails are moved to destination folder.