I need to find conversationId for email exchange between two user - John and Harry. In my scenario:
- John sends message to Harry.
- I have email metadata from email that John has sent, e.g. converstationId, internetMessageId, messageId (m$ graph user specific).
- Now I would like to reply from Harry. Unfortunately the converstionId of Harry is different then John, so I can't use it. What I would like to do is to find email message object in Harry's inbox and use his conversationId.
- With valid converstationId, I would be able to call replyAll on Harry behalf.
Can I make call like: GET /me/messages?$filter=internetMessageId eq abcd