gitextract_r8lm3glj/ ├── .gitignore ├── LICENSE ├── License.rtf ├── OutlookFileDrag/ │ ├── App.config │ ├── DataObjectHelper.cs │ ├── DragDropHook.cs │ ├── FileUtility.cs │ ├── FormatEtcEnumerator.cs │ ├── NativeMethods.cs │ ├── OutlookDataObject.cs │ ├── OutlookDragSource.cs │ ├── OutlookFileDrag.csproj │ ├── Properties/ │ │ └── AssemblyInfo.cs │ ├── ThisAddIn.Designer.cs │ ├── ThisAddIn.Designer.xml │ ├── ThisAddIn.cs │ └── packages.config ├── OutlookFileDrag.sln ├── OutlookFileDragSetup/ │ └── OutlookFileDragSetup.vdproj ├── OutlookFileDragSetup_x64/ │ └── OutlookFileDragSetup_x64.vdproj ├── Readme.md └── _config.yml