Office.DroppedItems interface
Provides the messages or file attachments being dragged and dropped into an add-in's task pane.
Remarks
To learn more about the drag-and-drop feature and how to implement it across various Outlook clients, see Drag and drop messages and attachments into the task pane of an Outlook add-in.
Properties
files | Gets an array of the messages or file attachments being dragged and dropped into an add-in's task pane. |
Property Details
files
Gets an array of the messages or file attachments being dragged and dropped into an add-in's task pane.
files: DroppedItemDetails[]