How to create a nested attachments inside a top level outlook item attachment?
Hi,
I am facing issues while trying to create the nested file / outlook item attachments using MS Graph API.
Example - I am trying to create a mail which has a top level mail item attachment and another mail item attachment inside the top level attachment. The nested attachment may have another file or item attachment.
It creates the mail and only top level attachment.
It does not create any nested attachment and returns 200 response.
Also, another API provided in the documentation does not work.
POST /users/{id | userPrincipalName}/mailFolders/{id}/childFolders/{id}/messages/{id}/attachments/{id}
Please let me know if there exists another way to achieve the same.