'Microsoft Graph API conversation Id changed after i replied to first message of thread

We are creating Microsoft graph API conversation. When I create message I get message Id and conversation Id which I save in to my database.

After this other members reply to my message and whole thread is being created.

When I fetch messages with filter('conversation Id' eq 'someId') , I get whole thread.

Issue arises when I fetch whole Inbox, then all these replies to my first message has different conversation Id.

Is there any way to keep conversation Id same across whole thread after replies from other members?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source