Hi
I have been fighting the pop3 adapter for a while now, and I am about to give it up… My scenario is as follows:
Receiving a message by pop3 adapter. Pipeline is passthrough, and the message in orchestration is defined as XmlDocument, (Have also tried to define a multipart message with a few parts, each defined as XmlDocument)
I can easy access the properties as EmailMsg(POP3.Subject) and so on, but how do I retrieve the body of the message. I am aware of the body part index, and are able to write the EmailMsg to a file port. The content of the written file is the body of the email, but I need to retrieve the body from the emailmsg for use in the orchestration.
Does anybody have some ideas, or even better, an example of how to do this?
Regards
Tore T