Search a string with Outlook 2000 and VBA

G

Guest

Hello,

I am triying to filter some contacts Items regarding a string contained in
the "Email Address1".
For example in a folder I would like to get all the contacts with
"@clientcompany.com" string in their email.
I think I can't do this with Find and Restrict?
Is it possible with Outlook 2000 and VBA?
Looks like there is a search engine in outlook 2000. Is it possible to use
it in VBA?

Thank you for help or reference.

Jean-Philippe
 
S

Sue Mosher [MVP-Outlook]

You would need a later version to do that. Outlook 2002 is the first to support the Application.AdvancedSearch method, which supports substring searches.
 

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

Top