Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
If Instr(1, Item.Body, "my info",vbTextCompare)=0 Then
Msgbox "my info is missing"
Cancel=True
End If
End Sub
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.