/ Forums / Advansys Formativ / Creating Solutions with Formativ / Controlling fields in ItemSaveMessageDlg() / Reply To: Controlling fields in ItemSaveMessageDlg()
April 14, 2008 at 5:30 pm
#7973
Its a native GroupWise Token, you can see a full list at: http://developer.novell.com/documentation/gwtoken/index.html?gwtokens/data/hj8ej8g5.html
To make easier for the developer, Formativ wrap most of the token. For example, you can call
GroupWise.ItemSaveMessage()
Formativ also provide option to call directly the token using the ThrowToken() method.
msgbox groupwise.throwtoken("ItemSaveMessage(""" & iMessageID & """;""c:temptest.eml"";900)", iRetunVal)
Hope this helps.
Regards,
Advansys Support