/ Forums / Advansys Formativ / Creating Solutions with Formativ / How to Refresh the folder view in Groupwise / Reply To: How to Refresh the folder view in Groupwise

#8107
Support 3
Participant

    Could be a bug in GroupWise API, code below appear to work as expected.

      
      if not (Client.clientstate.currentaccount.proxied) then
        msgbox client.clientstate.CurrentAccount.archived
      end if
    

    Regards,
    Advansys Support