I think the event is this way and should be canceled by the Cancel parameter.
VB Code:
  1. Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
  2.     If something = true then
  3.         Cancel = True
  4.     End if
  5. End Sub