#8143
Support 3
Participant

    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