Drag and Drop email_message_content from Outlook to Xojo app

I want to capture the contents of an email message when the user drags a received email from the Outlook email message list to an object in my Xojo app.

  1. Does this DragItem contain the message content?
  2. If so, is it in the DragItem.RawData?
  3. If so, what is the DataType that I should specify and is there anything else I need to know about how to extract the message contents from that DragItem?

Mac or Windows? A Mac solution was posted a while ago for Mail. This may also work for Outlook.

Have a look at https://forum.xojo.com/21742-promised-files-or-getting-files-from-apple-s-photos-app

Windows.