tags:

views:

62

answers:

2

I am trying to figure out how to drag and drop an email from Outlook 2010 into my .NET application. I've seen quite a few articles, most with very complex solutions. My thought is it shouldn't be that complex ... but I could be wrong.

Any help would be much appreciated!

A: 

Question was about drag and drop, for this purpose ur application should be ole container, see this may be help full (its not easy at all). If u find a better way and if u don't give any thing from this letter i will be happy to tell me, if ur a logical programmer.

SaeedAlg
+1  A: 

Hi,

i found Outlook Drag and Drop in C# and we use it in our application. Works fine with 2003 and 2007. All types of outlook items are now droppable into our grids or something else.

I don' think it's too complex, only build up your data object and a little code to connect the functionality.

K.Hoffmann
I'll give this a try and let everyone know how it goes.
mattruma