I am working with Microsoft Graph API to read and reply in a thread which is working fine.
Now my requirement is to read individual mail from a thread using conversation id.
Suppose we have a thread which contains 10 mails with some of them having attachments.
Now I want to extract each mail and its attachment if any from the thread for that I have conversation id.
Currently what is happening is I am getting complete HTML of the thread also I am not able to establish relationship between attachments and its original mail in the thread.