New outlook (2024) drag drop problem
Hello,
I have an application where a user drops a mail (from outlook 365) and I make a copy of the mail) for archive purpose.
All is working perfectly but I have seen a message telling me that there will be a new outlook in 2024 (that I can try)
and it is not working anymore.
I have seen that I must use (in the Drag_Drop event)
if (e.Data.GetDataPresent("Chromium Web Custom MIME Data Format"))
{
}
But I have no idea what I can do with the result. Do you know where I can find information on the format? I have seen links with the source code of Chromium but I have no idea what to do with it in c#.
Thank you