See below
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Peter" wrote in message
...
Dmitry,
I am not sure what to do with your answer:
# Does it mean we need to use the Outlook Redemption functions?
No.
# Can it be done without Redemption?
Yes. You would need to read the MSG file contents or use the
Application.ActiveExplorer.Selection trick
# It does not addres our specific Clarion question on drag and drop.
I know nothing about Clarion, sorry. But I can answer Outlook specific
questions.
Hopefully you are able to provide more info.
"Dmitry Streblechenko" wrote:
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