Edit

Share via


Office.DragAndDropEventArgs interface

Provides details about the mouse pointer position and the messages or file attachments being dragged and dropped into an add-in's task pane when the Office.EventType.ItemDraggedAndDropped event is raised.

Remarks

[ API set: Mailbox 1.5 ]

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

dragAndDropEventData

Gets the details about the mouse pointer position within an add-in's task pane and the messages or file attachments being dragged and dropped into the task pane.

type

Gets the type of the event. For details, see Office.EventType.

[ API set: Mailbox 1.5 ]

Property Details

dragAndDropEventData

Gets the details about the mouse pointer position within an add-in's task pane and the messages or file attachments being dragged and dropped into the task pane.

dragAndDropEventData: DragoverEventData | DropEventData;

Property Value

Remarks

[ API set: Mailbox 1.5 ]

type

Gets the type of the event. For details, see Office.EventType.

[ API set: Mailbox 1.5 ]

type: "olkDragAndDropEvent";

Property Value

"olkDragAndDropEvent"