Whe nyou drag a message from Outlook, you get multiple drag/drop formats,
one of them will be the regular file, which is just an MSG file.
You can open an MSG file using RDOsession.GetMessageFromMsgFile in
Redemption
You can also cheat my assuming that for a message to be dragged from
Outlook, it needs to be selected first, which means you can use the
Application.ActiveExplorer.Selection collection.
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Peter" wrote in message
...
I have been looking on the internet to solve my drag and drop problem.
We have a Clarion Winapp application build in Clarion6 (win32). It is
partly
programmed in ABC and partly still in legacy.
We are able to drag and drop any file from the windows desktop or file
explorer, including msg files. Our users would like drag and drop mails
directly from outlook to our Clarion app. As you might know, this does not
work without extra coding.
Who can help?