![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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? |
Ads |
#2
|
|||
|
|||
![]()
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? |
#3
|
|||
|
|||
![]()
Dmitry,
I am not sure what to do with your answer: # Does it mean we need to use the Outlook Redemption functions? # Can it be done without Redemption? # It does not addres our specific Clarion question on drag and drop. 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 |
#4
|
|||
|
|||
![]()
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 |
#5
|
|||
|
|||
![]()
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 |
#6
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Drag & Drop Email Message to Appt Doesn't Drop Attachment | veejaycee | Outlook - Calandaring | 2 | October 9th 08 01:49 PM |
Outlook Drag Drop | [email protected] | Add-ins for Outlook | 0 | March 27th 07 07:37 AM |
How can i drag an attachment from Outlook mail into an application | mjkahn | Outlook - General Queries | 1 | November 6th 06 09:59 PM |
Drag and drop emails in Outlook 2003 | Tiffany | Outlook - General Queries | 1 | March 10th 06 10:27 PM |
How do I drag and drop a name from Word to Outlook? | sleepyhollowkaren | Outlook - Using Contacts | 0 | February 27th 06 06:02 PM |