/ Forums / Advansys Formativ / Creating Solutions with Formativ / Select Message / Reply To: Select Message
November 5, 2009 at 3:50 pm
#8143
Not sure any Token available to select a message. Another alternative to reply the message using Object API then open view.
set oMsg = GroupWise.Account.GetMessage("xxxx-Message-ID-xxxx") set oReplyMsg = oMsg.Reply("", true, true, false) call GroupWise.ItemOpen(oReplyMsg.MessageID, "") set oReplyMsg = nothing set oMsg = nothing
Regards,
Advansys Support