Background:
I am developing an application that will allow you to transfer elements to it and invoke some lengthy processes on them. Items are usually dragged from the file system and from Outlook. The last thing bothers me.
How can I connect to Outlook to find out if a message (or several) has been output from it and into my application, and what is a message identifier?
I understand that the Outlook object model does not have such drag and drop events, and one of them - listening to Windows messages - is not possible in the team, because our combined knowledge of Interop is small.
We will use C # 4.0 in Visual Studio 2010 to develop this application.
Odded source
share