Receiving (dragged and) dropped Outlook contacts in C#?
Hello, I'm developing an application that needs to perform some processing on the user's Outlook contacts. I'm currently accessing the list of Outlook contacts by iterating over the result of MAPIFolder.Items.Restrict(somefilter), which can be found in Microsoft.Office.Interop.Outlook. In my application, my user needs to choose several...