/ Forums / Advansys Formativ / Creating Solutions with Formativ / How can i delegate a message / Reply To: How can i delegate a message
March 10, 2004 at 4:45 pm
#6931
GroupWise allows you to delegate an Appointment, Task or Note.
You may be able to do what you require with the Token API, using either ItemDelegateDlg() or ItemDelegateOpenItem(). I think the latter assumes the item to be delegated is represented by an open message view.
You can also use the Object API method Delegate() of an Appointment, Note or Task message object. This method returns a new message object whose properties should be initialized accordingly.
I hope this helps.
Advansys Support