Error while parsing multiple attachment email

Hi,
I am trying to read email dropped into Lotus notes Inbox through pop3 server.My specified service getting invoked after mail arrieves in inbox.
But it is erroring out with message ’ No content handler for content type multipart/mixed.Service SampleEmailSolution.email:receiveEmailAttachment called without content handler’.
then I tried to extract the content through MIME services. MIME header shows correct information but some how i am not able to extract body.
any help or pointers in right direction is appreciated.

Sam,

Please take a look into the WmSamples package example services under mime folder (sample.mime:extract_MultipartMIME) and various listed services,it will help you the process.

HTH,
RMG.