Drag and Drop between Outlook and Add-in Pane

前端 未结 2 1106
时光取名叫无心
时光取名叫无心 2021-01-06 19:51

Is it possible to drag an attachment or e-mail to an Outlook Web-Addin. The add-in is available to either Outlook 365 (Web) or the main client

My assumption is no -

2条回答
  •  感情败类
    2021-01-06 20:44

    System tray interception is not a viable solution, not only because of security concerns, but because of deployment reasons. Add-ins functionality and entry points should be entirely described by their manifest files and should not require the user to install any background process.

    As to drag-and-drop support in general, currently drag-and-drop to the sandbox is not a part of the product. However, we track Outlook add-in feature requests on our user-voice page. Please add your request there. Feature requests on user-voice are considered when we go through our planning process.

提交回复
热议问题