0
Answer

Drag & drop from Outlook to Windows forms

Administrator

Administrator

21y
1.6k
1
I want to be able to drag a mail from outlook, and drop it on my application. My problem is that I don't seem to be able to retreive the correct object. In the event handler, I should retreive the mail by using e.Data.GetData(type) But what type do I have to use?? If I use DataFormats.Text, I'm able to retreive some textual info that corresponds to my mail. But I want the whole mail (subject, body,...) Does NE1 have an idea? Please? Bart