View Single Post
  #1  
Old September 29th 06, 12:42 AM posted to microsoft.public.outlook.program_vba
Gvaram
external usenet poster
 
Posts: 14
Default Find and select mail in ActiveExplorer

Please somebody help me to find last UnRead mail with text like "Test*" in
Subject and select it. I Found last UnRead mail by

Set objMail =
Application.GetNamespace("MAPI").GetDefaultFolder( olFolderInbox).Items.Find("([UnRead] = True)")

but could not do anything else. As I see "Like" operator there is not
functioning.
And after finding this massage, how to select it in ActiveExplorer.
Ads