Search a string with Outlook 2000 and VBA

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
You would need a later version to do that. Outlook 2002 is the first to support the Application.AdvancedSearch method, which supports substring searches.
 
Back
Top