Coder Social home page Coder Social logo

Save multiple emails at the same time, save emails on user send email event and drag and drop - Technical advice required about office-js HOT 6 CLOSED

C6900811 avatar C6900811 commented on August 10, 2024
Save multiple emails at the same time, save emails on user send email event and drag and drop - Technical advice required

from office-js.

Comments (6)

C6900811 avatar C6900811 commented on August 10, 2024

It looks like with the Viva Insight Application, you managed to keep the Add-in panel visible (ours is disappearing when selecting multiple emails). Could you please give us some guidance on how to do it?
image

from office-js.

besiler avatar besiler commented on August 10, 2024
  1. This is the Graph API for getting multiple emails: https://learn.microsoft.com/en-us/graph/api/user-list-messages?view=graph-rest-1.0&tabs=http. When using this API, you can $filter to get just the emails you want by their IDs. However, this API returns HTML versions of the emails. You can also use this API to get the MIME (.EML) versions of the emails: https://learn.microsoft.com/en-us/graph/api/message-get?view=graph-rest-1.0&tabs=http. I'm not sure if that API will return multiple emails per call or not, however. Our team supports the Office JS APIs used to get data from the Outlook client, so we don't have all the answers about Graph.
  2. For saving the email on send, you can either use an event-based add-in to save at the moment of send from Outlook or you can wait until after the message is successfully sent to get it from Exchange through Graph. If you use the event-based approach to save on send, this doc covers how to add that to your add-in: https://learn.microsoft.com/en-us/office/dev/add-ins/outlook/autolaunch. There's also an example of a similar scenario: https://learn.microsoft.com/en-us/office/dev/add-ins/outlook/smart-alerts-onmessagesend-walkthrough?tabs=jsonmanifest. Please be aware that if you use this method of saving on send in the client, there may be other add-ins running on send as well that can modify the message after your add-in processes it. Getting the message after send from Graph through the APIs above ensures you would get the final version. You may run into an issue here where Exchange assigns the ID of a message after Exchange receives it (that is, after the client has sent it), so the client doesn't know the ID beforehand.
  3. Drag and drop does sound like a good way for users to identify which messages they want to save, but we don't support it today. A similar approach might be having the users open your task pane, select the messages they want, and then provide a "save" button in the task pane that saves the selected messages to your backend through the Graph APIs.
  4. Did you already add support for multiselect as documented here? https://learn.microsoft.com/en-us/office/dev/add-ins/outlook/item-multi-select? If so, we'll maybe need your manifest to repro the issue. This isn't the expected behavior, so if you check over that multiselect doc and nothing looks out of place in your add-in let's discuss repro steps out of this public forum so we don't overshare data.

from office-js.

besiler avatar besiler commented on August 10, 2024

@C6900811 By the way, Tina who works with you as a cloud architect has reached out directly as well to see if you need any help with structuring the graph queries. Let us know if you need a direct connection to her

from office-js.

millerds avatar millerds commented on August 10, 2024

Did all that make sense?

from office-js.

microsoft-github-policy-service avatar microsoft-github-policy-service commented on August 10, 2024

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!

from office-js.

microsoft-github-policy-service avatar microsoft-github-policy-service commented on August 10, 2024

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

from office-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.