#7541
dgerisch
Participant

    In theory, I found it. In practice, I’m still missing something.

    ‘ Exit GroupWise if the policy not accepted by the user
    if not IsPolicyAccepted() then
    Groupwise.AppAllowClose(Yes!)
    GroupWise.AppClose()
    end if

    I get an error on the Groupwise.AppAllowClose(Yes!) line.