> Hi Dmitry Streblechenko,
> Thanks for your reply. We use your redemption tool heavily.
> Is it possible to trigger the drag event from Outlook? so that we can
> apply some hacky solution / work around to copy the mail item from outlook
> using redemption (to suppress any dialogs) and then use the same file to
> upload from Java.
>
> Regards,
> Ramana
>
>
> "Dmitry Streblechenko" <dmitry@dimastr.com> wrote in message
> news:u96jxIhkKHA.4912@TK2MSFTNGP02.phx.gbl...
>> Yes, but you will not get CF_HDROP data format (which I suspect the only
>> kind that Java supports).
>> When dragging from Outlook, you get data in the
>> FileContents/FileGroupDescriptor formats. C++/Delphi should not be a
>> problem, don't know about Java.
>>
>> --
>> Dmitry Streblechenko (MVP)
>>
http://www.dimastr.com/
>> OutlookSpy - Outlook, CDO
>> and MAPI Developer Tool
>> -
>> "vrkorada[Hotmail]" <vrkorada@hotmail.com> wrote in message
>> news:875F5ED5-B185-407A-AAB4-BA85D6C29A38@microsoft.com...
>>> Hi,
>>> I have a requirement to drag and drop outlook items to my desktop
>>> application in java. In the drop event, I am getting only the message
>>> subject and nothing else. Is there any way I can get the mail item?
>>>
>>> As an alternative, I tried to copy the mail item to a temporary location
>>> on dragging the item from Outlook, but unfortunately, there is no event
>>> to handle for dragging the mail items from the outlook explorer window.
>>> Is there any way to handle the drag event in Outlook?
>>>
>>> Best regards,
>>> Ramana
>>
>>