Closed C6900811 closed 3 months ago
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?
@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
Did all that make sense?
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!
This issue has been closed due to inactivity. Please comment if you still need assistance and we'll re-open the issue.
Dear Community,
We are working on a new M365 Outlook Add-in (Web Add-in) and we would like to do three things:
Save multiple emails at the same time from Outlook to our Platform via the Add-in (user selects multiple emails via the UI). How can we fetch multiple emails at the same time through Graph API as .msg or .eml files on our platform? How can we get a list of selected emails from O365? Is there any way be which we pass the selected message ID and get the all the selected emails in single request?
Save emails on "Send" event, when user is writing a new email and sending it, we would like to save it to our Platform via the Add-in. Is there a way to do that? (it can be instant or asynchronous)
Drag and drop files or emails to the Add-in, when user receive a new email and wants to save it to a specific folder on our platform, user would like to drag and drop it so that it takes the minimum amount of time. If it's not possible to do it through the Add-in, do you have any alternative path in mind?
We have made some technical research, but we couldn't find an adequate process to do it. Do you have any recommendations or advice?
Thank you!!