Subject Line

  • Thread starter Thread starter Scott07701
  • Start date Start date
you could try it with some VBA code like this:

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

--
Best regards
Michael Bauer - MVP Outlook

: Outlook Categories? Category Manager Is Your Tool
: VBOffice Reporter for Data Analysis & Reporting
: <http://www.vboffice.net/product.html?pub=6&lang=en>



Am Mon, 23 Mar 2009 09:09:01 -0700 schrieb Scott07701:
 

Ask a Question

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.

Ask a Question

Back
Top