#6931
Support 1
Participant

    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