Reputation: 2731
This is a quiestion concerning both, Adobe AIR and MS Outlook.
I'd like to drag an eMail from Outlook into an AIR application. I want the following data to be transferred into the AIR application:
Some windows applications do this, like My Life Organized or Linker. Is this possible in any way for AIR? I'm pretty sure I need not only the AIR application but also some windows app or Outlook plugin to achieve this. Any ideas?
Upvotes: 2
Views: 1412
Reputation: 46
No, thers no way to drag and drop an attachment file from an outlook email
@Stefan: AIR dosn't allow dragging an eMail from Outlook into an AIR application. Instead you recieve a String, containing some mail infos like subject, size, recipient... No content, no attachments. That's a pity... Please feel free to correct me, but I have searched for a solution for a while and no solution found.... Greetings steelheart
Upvotes: 3
Reputation: 84784
The classes you need are all in the flash.desktop package. Just experiment with various ClipboardFormats until you see the data you need.
Upvotes: 5