• Creator
    Topic
  • #4016
    pasclinaui
    Participant

      Can anybody show me the way to build a reply/forward applet to improve actual features in GW 6.5 ?

      The reason is that actually, when I want to reply/forward a msg (with more originary CC/BC recipients), the future recipient lose some information regarding the initial sender or CC/BC recipients);

      In details I’d like to extract from a msg received, info about sender , recipient , cc , bc , etc. to build a banner text for every reply/forward I will generate ;

      This is the only way to save the threads of the msg !

      Thanks in advance,

    • Author
      Replies
    • #6859
      Support 1
      Participant

        The following sample applet reads the CC field from a received message, and inserts the value into the main body-text of a new message. The applet requires GroupWise Integrations for the events Mail-Reply and Mail-Forward.

        --------------------------------------------------------------------------------
        
           dim iCC
         
           call GroupWise.FocusSet(fcsMessage, "")
           GroupWise.PosTextTop
           iCC = GroupWise.ItemGetText(Client.ClientState.CommandMessage.MessageID, itfCC)
           call GroupWise.TypeText(iCC)
        
        --------------------------------------------------------------------------------
        

        Advansys Support

        #6860
        pasclinaui
        Participant

          Thanks for suggestion !
          Now my applet do the rigth thing !!!!

          Thanks again,

          Alex.

          #6861
          Support 1
          Participant

            We are always pleased to provide assistance where we can.

            Advansys Support

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