I'm trying to drag an email from Thunderbird into my Window.
If I drag the mail into Desktop, Windows create a file with .eml extension.
If I drag into my software, DataObject contains the following:
Format: application/x-moz-file-promise-url
MemoryStream: news://aioe.org/1jlkokt.1c9t0vz1nl7jtqN%25sapo68%40gmail.com?group=it.comp.os.linux.sys&key=19201?fileName=[OT ] Mini box per FW.eml
for a news message, for an email the memorystream begins with imap://
I'm trying to imagine how can Windows retrieve the mail content based on this information... The other formats of DataObject returns ComException or OutOfMemoryException.