Drag’n’drop one or more mails from Outlook to C# WPF application
I found a great article that should do exactly what you need to. UPDATE I was able to get the code in that article working in WPF with a little tweaking, below are the changes you need to make. Change all references from System.Windows.Forms.IDataObject to System.Windows.IDataObject In the OutlookDataObject constructor, change FieldInfo innerDataField = this.underlyingDataObject.GetType().GetField(“innerData”, … Read more