Best way to achieve Conversation view for mail folder using Outlook REST API

后端 未结 2 518
太阳男子
太阳男子 2020-12-19 17:58

I would like to use the Outlook REST API to display the messages in a mail folder and group messages by conversations, like you have in any modern webmail.

For examp

2条回答
  •  温柔的废话
    2020-12-19 18:37

    As you've probably realized the REST API doesn't directly provide a way to work with conversations as an entity. This is something that we have on our roadmap to improve.

    With the current state of the API what you're describing is basically the right approach. You could possibly defer the second request to "fill in" a conversation until the user selects it.

提交回复
热议问题