drag & drop of oulook inline images

Add-in Express™ Support Service
That's what is more important than anything else

drag & drop of oulook inline images
 
Roland Walde




Posts: 13
Joined: 2016-12-13
Hi all,

i'm trying to drag an outlook inline image from preview/inspector ont an ady form region.
So far so good.
What i nned to know is how to access the filename of the dropped inline image (the are named image001.png, image002.png... when i look at the attachments of the mail object).

Is there any special trick how to get the filename reference in DragEventArgs?
Posted 10 Jul, 2018 03:25:27 Top
Andrei Smolin


Add-in Express team


Posts: 18821
Joined: 2006-05-11
Hello Roland,

What Clipboard data format do you use to get the image dropped? I would check if there are other data formats containing the file name.


Andrei Smolin
Add-in Express Team Leader
Posted 10 Jul, 2018 06:11:57 Top
Roland Walde




Posts: 13
Joined: 2016-12-13
I tried several dataformats with no success.
The formats available when dropping an inline image are:

[img]https://ibb.co/mV0JHT[/img]

Maybe you can point me into the right direction
Posted 10 Jul, 2018 06:23:04 Top
Andrei Smolin


Add-in Express team


Posts: 18821
Joined: 2006-05-11
I would check Object Descriptor, RTF Format, HTML Format and Embed Source. I know nothing about Woozle. The remaining formats are image formats.


Andrei Smolin
Add-in Express Team Leader
Posted 10 Jul, 2018 06:27:48 Top