No handler is triggered when an inline image is deleted from the mail body #5625
Labels
Area: Outlook
Issue related to Outlook add-ins
Needs: attention 👋
Waiting on Microsoft to provide feedback
Possible-Solution
Similar-Issue
Status: in backlog
Issue is being tracked in the backlog but timeline for resolution is unknown
We are developing a web add-in for Outlook platforms using the Office.js framework. When we add an inline image to the mail body, the attachment change handler is triggered, and we are able to retrieve the metadata for those images. However, when an inline image is deleted from the mail body, no handler is triggered.
Your Environment
Platform : Office on the web
Host : Outlook [OWA]
Operating System : Windows
Browser : Chrome & Edge
Expected behavior
when an inline image is deleted from the mail body, handler should be triggered.
Current behavior
However, when an inline image is deleted from the mail body, no handler is triggered.
Provide additional details
3.AttachmentChange Handler triggered and able to get metadata for attached inline images .
4- then we try to remove inline image by selecting image in mailbody and right click to remove or through delete keyboard button, no handler is triggered. Please refer below image:
5-Observe the result.
The text was updated successfully, but these errors were encountered: