Search results for query: *

  1. M

    drag and drop from Outlook 2k to vb.net form

    Hi There, I was wondering if anyone knows how to handle drag/drop of an Outlook item to a vb.net form? What I want to do is save the dropped Outlook item as a .msg file. Please see code below: note that objMemoryStream = e.Data.GetData("FileContents") returns nothing - I had expected to...
Back
Top