From: milonass on
I'm getting a msg file as result from a DragDrop operation as IStorage
object. I would like to extract the msg file itself as binary as well as all
attachments, the subject of the mail, the recipients ...
Now, when "parsing" the IStorage object, I get roughly 40 IStream objects.
How can I find out, what these stream objects are for? Do I have to open each
stream and to interpret the content or is there a naming convention?
Most important would be to get the msg file as binary.


Thanks and regards,
Thomas