Skip to content

Instantly share code, notes, and snippets.

@AlissaSabre
AlissaSabre / OutlookDataObject.cs
Last active February 12, 2026 05:38 — forked from MattyBoy4444/OutlookDataObject.cs
IDataObject implementation that can handle CFSTR_FILEDESCRIPTOR based drag-and-drop. Now compatible with .NET 10.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Runtime.InteropServices;
using System.Runtime.InteropServices.ComTypes;
using System.Reflection;
using System.IO;
using System.Windows;