On Mon, 13 Jun 2011, Ezequiel Foncubierta wrote:
Problem is that embedded attachments (e.g. when you attach a .msg file) have null values in attachData, attachExtension, attachFileName and so on. Only attachmentDirectory (of type DirectoryChunk) has a value. I think need to extract the attachment from a DirectoryChunk object, and I don't know if there is a way to do it.

Hmm. The only files I've ever seen with a DirectoryChunk but no attachData were where there was another MAPI Message embedded inside the first

Assuming that's what you have, just call getAsEmbededMessage() on the directory to get your message

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to