How do i filter items using LIKE syntax?

  • Thread starter Thread starter Julia
  • Start date Start date
J

Julia

Hello

Is it possible to get all messages which have specific word in the subject
without scanning all items?
for example i have two messages

Subject: Hello this is a message
Subject: is any one there?

i want to trap the 'IS'.


10x
 
Are you talking about using the Application.AdvancedSearch method to set up
a search? Just use the example in the Object Browser Help for Search.Filter
to see how to filter on a Subject and substitute the condition "LIKE '%is%'
as your search condition for the "=" condition in the Help.

If you don't mean AdvancedSearch then please be more specific as to what you
want to do and how.
 
Back
Top