Administrator

Administrator

  • Tech Writer
  • 2.2k
  • 1.5m

Drag & drop from Outlook to Windows forms

Mar 25 2003 4:24 AM
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