If you can access the Outlook Object Model in Clarion, you shoudl be able to
loop through the items in the Application.ActiveExplorer.Selection
collection and call SaveAs for each item.
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Peter van de Kragt" wrote in message
...
Dmitry,
let me rephrase the question a little bit.
Do you know of any DLL's that are able to export the selected mail in
Outlook in MSG format in a directory of choice?
That way we can turn the proces around:
Firstly select the mail in Outlook.
Secondly start a funtion in Clarion to export the mail to a certain
directory and after that link it into the clarion application.
Peter