When sending emails using Microsoft Graph API, what’s the correct way to send more than 150 MB within 5 minutes?
Background: We have created 2 Azure single-tenant apps with the same set of permissions (Mail.Send & Mail.ReadWrite) within the same tenant. As per Graph API’s documentation, we should be able to send emails of size upto 150 MB per email, through 1 app and 1 mailbox combination. Link – https://learn.microsoft.com/en-us/graph/throttling-limits#outlook-service-limits Problem: Since the documentation mentions […]