How to remove attachments from a draft email using Microsoft Graph API in C#?
I’m trying to remove attachments from a draft email when forwarding it using the Microsoft Graph API in a C# application. However, I’m encountering a “tooManyRetries” error when trying to delete the attachments.