I've created a barebones wpf app in VS2015 community.
Inside the loaded event of the main window, I've set AllowDrop to true.
When I take a single email message from Live Mail 2012, and drag it over my application the cursor changes.
However, if I take two email messages, and try to drop them on my app, I get a no drop icon. Dropping them onto a folder in Windows Explorer however makes a copy of the files.
I've successfully done this in an MFC app, but can't get it to work in WPF, running on Windows 10, targeting .NET 4.6
Any suggestions?