/ Forums / Advansys Formativ / Creating Solutions with Formativ / Rewrite receivers email address

  • Creator
    Topic
  • #4304
    fschnell
    Participant

      Hi,

      we would like to write an applet which corrects information in receiver’s email addresses.

      Existing email messages came from a domain which recently changed to a different name. In case users reply to these ‘old’ messages the TO email address needs to be modified.

      What would be the correct code to retrieve and rewrite the address. Apparently

      Set Msg = GroupWise.ComposingItem
      Msg.To_ = modAddr(Msg.To_)

      does not do the trick.

      Tx for any help
      Frank

    • Author
      Replies
    • #7770
      Support 3
      Participant

        You can not modify most of the properties (To, Sender, subject, etc) of a received message. May be you need to re-create the message using the AddExistingMessage method. See the Object API for more information.

        Regards,
        Advansys Support

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