View Single Post
  #6  
Old July 3rd 09, 07:34 AM posted to microsoft.public.outlook.program_vba
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Drag and Drop mails from Outlook to Clarion6 Application

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



Ads