CDOSYS.DLL fails in CDO.MessageClass.GetStream() with Unknown erro

  • Thread starter Thread starter Harri
  • Start date Start date
H

Harri

Hello, I have a complex e-mail with embedded e-mail attachments. I manipulate
the e-mail, convert all embedded e-mails to regular attachments. When I am
done, I want to get the MIME encoded string for the whole message, but this
fails:

System.Runtime.InteropServices.COMException (0x800CCE32): Unknown Error
at CDO.MessageClass.GetStream()

The same routine works fine with most e-mails, but this fails for unknown
reason. Does anyone know what this error 0x800CCE32 is?

Thanks, Harri
 
Back
Top