https://issues.apache.org/bugzilla/show_bug.cgi?id=54021
--- Comment #5 from [email protected] --- Hi, I use the following code to get a embedded MSG file: MAPIMessage msg = new MAPIMessage(INPUTFILE); AttachmentChunks[] attachments = msg.getAttachmentFiles(); for(AttachmentChunks attachment : attachments) { DirectoryChunk chunkDirectory = attachment.attachmentDirectory; MAPIMessage attachmentMSG = chunkDirectory.getAsEmbededMessage(); String body = attachmentMSG.getTextBody(); } The body is null because the library can not detect the content of the body and Outlook 2010 neither. But it can read the body with the Internet Explorer. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
