https://issues.apache.org/bugzilla/show_bug.cgi?id=54021

--- Comment #4 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();

-- 
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]

Reply via email to