My VSTO Outlook add-in should interact with the recent Office 365 groups Outlook explorer and based on my initial tests the VSTO API is not providing the expected results.
For example, when from a group's explorer window I select an existing conversation I would expect to have that conversation (or the last mailitem in that conversation) returned by the Selection property on the ActiveExplorer object but the count of selected items is always zero. Is there a way of discovering the selected conversation(s)?
Also, when adding a message to an existing conversation, is there are way of knowing what mailitem you are replying to?