If a user copies a file to the clipboard in Windows from an Outlook email attachment, is there any way I can get the name of that file in VB.NET?
If the file is copied from Windows Explorer, Clipboard.GetFileDropList has data that I can use to get this, but that list is empty when the file is copied from an email attachment (there are just four available formats - FileGroupDescriptorW, FileGroupDescriptor, RenPrivateItem and FileContents).
It feels like this should be possible, since I can paste the file into Windows Explorer and it pastes it with the name of the attachment.