Click here to Skip to main content
15,906,335 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How do you drop one file into another file programmatically as you would if you were dragging "Attachment.txt" into "Something.MAPIMAIL"? So as to popup the default mail client's New Mail Message with "Attachment.txt" as the attachment.

So basically, I need to do a 'Move' operation, moving one file into another file.

Do I use Shell32 for this? If so, how?
Posted
Updated 7-Apr-10 19:43pm
v2

1 solution

I guess you are looking for this[^].

-Saurabh
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900