/ Forums / Advansys Formativ / Creating Solutions with Formativ / Retrieve Message-Object through MsgID / Reply To: Retrieve Message-Object through MsgID

#7583
Support 1
Participant

    If you have a message ID, then you can use the technique used in the following sample code:

      dim iMsgID
      dim oMsg
    
      iMsgID = GetNextID
      set oMsg = GroupWise.Account.GetMessage(iMsgID)
    
      ' Use oMsg...

    See the GroupWise online documentation for details of the Account object.

    I hope this helps.

    Regards,
    Advansys Support