Hi All I have more questions. I have messages embedded within messages. They render correctly and generally work fine except for one thing. I can't forward or drag to an Outlook folder a message with embedded messages in it. If I try to forward it the embedded message does not appear even though all other attachments do. If I try to drag it to another folder the drag fails as Outlook tries to read my message as a binary attachment instead of a nested object with an IMessage interface. I can't actually present a binary stream interface as this is a nested message constructed using my IMessage implementation. What functionality do I need to implement to get this to work correctly? Cheers Win
I've got this working now sort of. I was returning the wrong interface in my IAttach implementation when IID_IMessage was being requested. Unfortunately now it copies a blank message across instead of one with all its properties intact. "Windoze" wrote in message news:udqzpLjeIHA.2000@TK2MSFTNGP03.phx.gbl... > Hi All > > I have more questions. I have messages embedded within messages. They > render correctly and generally work fine except for one thing. > > I can't forward or drag to an Outlook folder a message with embedded > messages in it. > > If I try to forward it the embedded message does not appear even though > all other attachments do. > > If I try to drag it to another folder the drag fails as Outlook tries to > read my message as a binary attachment instead of a nested object with an > IMessage interface. I can't actually present a binary stream interface as > this is a nested message constructed using my IMessage implementation. > What functionality do I need to implement to get this to work correctly? > > Cheers > Win >