Is there a best way to list the mailbox in form of conversation using Graph API? Similar to Gmail where conversation (threads) are grouped and when clicked it expands all the messages in that conversation.
Microsoft Graph provides API to list all messages which also includes the replies as separate messages with the same conversationId. Based on conversationId I can get the messages but I'm trying to see if there is any way to list mailbox message as Conversation? or any way to groupby based on conversationId and DateTime?
Please guide me with possible options. Thanks