OfficeDev / office-js

A repo and NPM package for Office.js, corresponding to a copy of what gets published to the official "evergreen" Office.js CDN, at https://appsforoffice.microsoft.com/lib/1/hosted/office.js.
https://learn.microsoft.com/javascript/api/overview
Other
657 stars 93 forks source link

How to know if recipient got removed from mail. There is no explicit event like we have for attachment event.attachmentStatus=='added' #3972

Closed geetamshukla closed 5 months ago

geetamshukla commented 6 months ago

We are developing office web Addin for outlook using event based (Smart Alert) .The Addin is generated using office yo generator Task Pane add-in using the React framework .

We are using OnMessageRecipientsChanged to validate recipient and show the error message in taskpane using notification events as an when recipients are getting added/removed .

OnMessageRecipientsChanged triggers as an when we are adding /removing the recipients .There is no explicit event for recipient like we have for OnMessageAttachmentsChanged event.attachmentStatus=='added' .

exextoc commented 6 months ago

At present the OnMessageRecipientsChanged has the following RecipientsChangedEventArgs . Currently the events doesn't have details if recipients are getting added/removed. We track Outlook add-in feature requests on our Tech Community Page. Please submit your request there and choose the appropriate label(s). Feature requests on Tech Community are considered, when we go through our planning process.

Github Label: “Type: product feature request” https://aka.ms/M365dev-suggestions

microsoft-github-policy-service[bot] commented 5 months ago

This issue has been automatically marked as stale because it is marked as needing author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. Thank you for your interest in Office Add-ins!

microsoft-github-policy-service[bot] commented 5 months ago

This issue has been closed due to inactivity. Please comment if you still need assistance and we'll re-open the issue.