I want to drag an email message from Outlok Express onto my application, drop it on some component (listbox) and this should create a file on local harddisk named by the subject of the email, for example "Hello everybody.eml".
I've already managed to do this with email from Outlook (.msg files), and I'm able to save even this .eml into file. I just don't know how to read the subject from the incoming data. I'm using ActiveX.IDataObject for getting the dropped email, I've got the solution from
<
Any suggestions highly appreciated.
I've already managed to do this with email from Outlook (.msg files), and I'm able to save even this .eml into file. I just don't know how to read the subject from the incoming data. I'm using ActiveX.IDataObject for getting the dropped email, I've got the solution from
<
Any suggestions highly appreciated.