#6470
Support 2
Moderator

    Try the code below, which should work. You were very close and just needed to include the append text parameter value.


    OldSubject = GroupWise.ItemGetText("X00", 9)
    MsgBox OldSubject
    NewSubject = "Re: adjusted subject"
    call GroupWise.ItemSetText("X00", itfSubject, NewSubject, FALSE)

    Regards,

    Advansys Support