Reputation: 45
I am building an outlook web based addin.
Suppose I setup OnMessageCompose event which will trigger messageCompose() function when reply/reply all/forward button will be clicked. Now
How can I get the itemID for the original email to which I am replying? Are there any properties, or methods of OfficeJS or Microsoft Graph API? Or is there any tricks to achieve this?
I found **conversationId **to retrive the the mail chain, but I want specifically that one email which i am replying to, not the whole email thread.
Also the same Question(Q. link) was asked for VSTO but my addin is outlook web based addin.
Upvotes: 1
Views: 162
Reputation: 1
If I read your question correctly, this new capability announced at Build 2024 may be what you are looking for.
Upvotes: 0