#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