#6882
Marco
Participant

    I’m using this code as a workaround:

    Set Msg = GroupWise.ComposingItem
    if (Msg.ClassName = “GW.MESSAGE.TASK”) then
    if (Msg.BoxType = 3) then
    ‘ msgbox (“posted task”)
    exit sub
    end if
    end if