I am trying to send email with attachment. However, it is not working and gives an error.
Please kindly assist me in this issue.
Hi Daus Shah,
Sending the emails with attachments only support direct 4mb maximum of attachment size using the send method
For higher contents, it should use another approach
Create an email draft
Upload the attachments by chunks of 4mb and link to the draft message
send the draft in the end
Please check the bellow links
https://learn.microsoft.com/en-us/answers/questions/595910/graph-api-send-a-mail-with-an-attachment-larger-th
https://learn.microsoft.com/en-us/answers/questions/1162685/can-we-used-more-than-4mb-file-upload-using-graph
https://itnext.io/getting-started-with-outsystems-and-microsoft-graph-123006356d41
Regards