/ Forums / Advansys Formativ / Creating Solutions with Formativ / Retracting / Resending Appointments / Reply To: Retracting / Resending Appointments
Sorry for the delay.
ComposingItem is a Formativ wrapper around draft message. Draft message is the composing message which is not sent/saved. Its lets the developer to easily access the draft message properties. In GroupWise, you can access the message properties using the Token API, Object API and SOAP API (GroupWise 7 onwards).
If the message view is open then you can access the message properties using then Token API: http://developer.novell.com/documentation/gwtoken/index.html?gwtokens/data/hj8ej8g5.html. You can use the Formativ wrapper to the Token API or use the ThrowToken to call the native API. See the example below with two approach:
Formativ wrapper:
groupwise.AddressBookDlg()
ThrowToken method to call the native API:
msgbox groupwise.throwtoken(“AddressBookDlg()”, iRetunVal)
Hope this helps.
Regards,
Advansys Support