I'm chugging along figuring out what all the various documents are
within the outlook .msg file, and I just hit something pretty weird.

Using POIFS, I read in a .msg file, modify a few documents by deleting
them and recreating them with the new contents, and then write the file
back out.  After writing the file, I try running the POIFSViewer on both
the original and modified files to make sure the changes succeeded.  For
some reason though, the new file cannot be read using POIFSViewer.  I'm
getting the following error:

$ java org.apache.poi.poifs.dev.POIFSViewer Modified.msg
block[ 0 ] already removed

Any thoughts on what might have happened to the POIFS that prevents it
from being read by POIFSViewer?  I'm using poi version 1.5.1.

thanks,
michael


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to