I use the new Outlook beta client on Windows (1.2023.607.100).
I'm trying to convert old OutlookAddin to the new version.
In one of them, I have to change the ReplyRecipients property.
Before i was using this :
currentItem.ReplyRecipients.Add(REPLY_EMAIL);
currentItem.ReplyRecipients.Add(sendAccount.SmtpAddress);
Now in the new version I have the Office.context.mailbox.item, but I couldn't find any reference to ReplyRecipients.
How to add a new ReplyRecienpients in Outlook for web Api ?
Edit : Has the Outlook Add-ins Team - MSFT say, this is not implement as now, so i create a request for it :