New outlook (2024) drag drop problem

Marc Al 206 Reputation points
2023-12-07T12:23:59.95+00:00

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

Outlook
Outlook
A family of Microsoft email and calendar products.
4,474 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,292 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
4,254 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.