/ Forums / Advansys Formativ / Creating Solutions with Formativ / Enhanced reply / Reply To: Enhanced reply
January 12, 2004 at 5:51 pm
#6859
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