Drag and Drop Attachments from Outlook to Windows Filesystem

56 Views Asked by At

I want to handle PDF files from Outlook and Windows Explorer. The user should drag the file to a window and then I want to copy the file to a folder and do some other things with it.

I found a nice example, but I couldn't find out how to handle the Outlook file. I just found the information. How can I copy the file to a folder?

I have tried to understand the sources given in the example: Shell Clipboard Formats, but my knowledge of Python is too poor.

0

There are 0 best solutions below