/ Forums / Advansys Formativ / Creating Solutions with Formativ / Retrieve Message-Object through MsgID / Reply To: Retrieve Message-Object through MsgID
May 8, 2006 at 5:12 pm
#7583
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