Has anybody an idea how to implement the following in VB6?
A mail should be dragged & dropped from Outlook to a VB6-App.; The applikation then should be able to get the
mail (as object or file) to do something with it. Save it on HD for example. I've tried to get it using the IDataObject-Interface that comes with the call of myControl_OLEDragDrop(...), but it's only possible to receive Data that has one of the standard-formats like CF_TEXT; how can I get an IStorage or IStream-Interface?
Or am I on the wrong way?
Thanks
Georg
A mail should be dragged & dropped from Outlook to a VB6-App.; The applikation then should be able to get the
mail (as object or file) to do something with it. Save it on HD for example. I've tried to get it using the IDataObject-Interface that comes with the call of myControl_OLEDragDrop(...), but it's only possible to receive Data that has one of the standard-formats like CF_TEXT; how can I get an IStorage or IStream-Interface?
Or am I on the wrong way?
Thanks
Georg