12
Views
1
Comments
[MS Graph Connector & Oauth 2.0] Adding attachment to the email
ms-graph-connector-oauth-2-0
Reactive icon
Forge asset by Karthik Nataraj
Application Type
Reactive

I am trying to send email with attachment. However, it is not working and gives an error.

Please kindly assist me in this issue.

UserImage.jpg
Alexandre Yip

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 



Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.