A
armando
hi, I havr created 2 custom form!
when an user receive the first, in this there is an action that allow
to forward the receive mail in tha new form to complite it!
the problem is that when the second appears the first doesn't shut
down!
I use this code but don,t work:
Function Item_CustomAction(ByVal Action, ByVal NewItem)
Select Case Action.Name
Case "Inoltra"
Item.close 0
Case "Passa lettera A.."
Item.close 0
Case Else
End Select
End Function
when an user receive the first, in this there is an action that allow
to forward the receive mail in tha new form to complite it!
the problem is that when the second appears the first doesn't shut
down!
I use this code but don,t work:
Function Item_CustomAction(ByVal Action, ByVal NewItem)
Select Case Action.Name
Case "Inoltra"
Item.close 0
Case "Passa lettera A.."
Item.close 0
Case Else
End Select
End Function