/ Forums / Advansys Formativ / Creating Solutions with Formativ / How do I access an attached email’s information?

  • Creator
    Topic
  • #3850
    dstrickler
    Participant

      When UserA forwards me a mail message from UserB, I would like to write an applet that when I open the attachment (UserB’s email) I can run the applet and it will allow me to read the UserB’s email fields.

      I have tried:
      Set Msg = Client.ClientState.CommandMessage
      if Msg is Nothing then
      MsgBox(“No items were available”)
      else
      {…}
      end if

      But it doesn’t seem to read UserB’s email, even when I’ve opened the attachment. I always get “No Items are available”.

      Any clues?

      Thanks,

      Dave

    • Author
      Replies
    • #6401
      dstrickler
      Participant

        The code works on internal email, but not on email (with attachmnets) that come in via GWIA.

        #6400
        Support 2
        Moderator

          Don’t know a quick answer to this one. There was a problem previously which related to accessing GWIA (Internet) email message body text. It looks like it has been addressed in the latest SPs for 5.5/5.5EP but I’m not sure if it’s in 6.01 yet. Maybe in SP2. In any case, I’ll pass it by the engineering team.

          Regards,

          Advansys Support

        Viewing 2 replies - 1 through 2 (of 2 total)
        • You must be logged in to reply to this topic.