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
670 stars 96 forks source link

Office Js providing wrong attachment ID while dragging and dropping email from shared mailbox to own mailbox in Outlook Client #2719

Closed sumitjain-rsi closed 5 months ago

sumitjain-rsi commented 2 years ago

Message from office-js bot: We’re closing this issue because it has been inactive for a long time. We’re doing this to keep the issues list manageable and useful for everyone. If this issue is still relevant for you, please create a new issue. Thank you for your understanding and continued feedback.

Provide required information needed to triage your issue

Office Js is providing the wrong attachment id when user drag and drop any email from shared mailbox to his own mailbox. It is happening only in outlook desktop client.it may be happening due to id cache in client. When application check on browser it provides the correct attachment id.

Due to this bug our Add-in functionality is not working as expected.

Your Environment

Expected behavior

Office Js should provide us the correct attachment id. which match to exchange api.

Current behavior

It provides the old attachment id which was assigned on shared mail box

Steps to reproduce

  1. Drag any email from Shared mailbox folder to own mailbox folder
  2. run Office Js in add-in to check the attachment id
  3. run same addin in browser outlook to check attachment id

Link to live example(s)




Provide additional details




Context

Useful logs

Thank you for taking the time to report an issue. Our triage team will respond to you in less than 72 hours. Normally, response time is <10 hours Monday through Friday. We do not triage on weekends.

sumitjain-rsi commented 2 years ago

OutlookTestSharedMailbox.zip attached is the test add-in application to reproduce the issue. it is the sample application that created thru VS2022 template.

exextoc commented 1 year ago

Apologies for the delay in responding. We are actively investigating this issue and will get back to you shortly with our findings.

sumitjain-rsi commented 1 year ago

any update on the issue