why VSTO Outlook Add-in and Office JS add-in conversationId is not same? #1856
Labels
Needs: attention 👋
Waiting on Microsoft to provide feedback
Type: product question
Question about the Office Add-ins platform or Office JavaScript APIs
why VSTO Outlook Add-in and Office JS add-in conversationId is not same how can I get same in VSTO like in javascript
but javascript conversationId is different then vsto
using JavaScript mail conversationId = AQQkADAwATNiZmYAZC01OGM3LTFhN2ItMDACLTAwCgAQAEDQN/vy31NNlzWXFRhAMCo=
using vsto mail conversationId = 0776E8C6D9B30D44A4EA16BE9211AA81
using this I am getting conversationId in Office JS add-in
const conversationId = Office.context.mailbox.item.conversationId;
and using this I am getting conversationId in vsto add-in
// Method to get the Conversation ID of the selected email
The text was updated successfully, but these errors were encountered: