Getting body using POP3 receive location

Home Page Forums BizTalk 2004 – BizTalk 2010 Getting body using POP3 receive location

Viewing 1 reply thread
  • Author
    Posts
    • #15177

      Hi
      I have POP3 receive location.
      I want to get subject & body inside orchestration.
      For the subject im using:
      MailSubject = MsgINMail(POP3.Subject);
      how can I get the body??

      thanks!

    • #15176

      If I remember correctly, when you set up the Pop Adapter it defaults to putting the message body as the message.

      If not, you might need to set the Body Index property. I’d check the help guide for what these do since I’ve never worked with it myself.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.