View Single Post
  #1  
Old May 8th 06, 09:45 PM posted to microsoft.public.outlook.program_addins
Dave
external usenet poster
 
Posts: 15
Default Search for contact item with double quotes in Name

Is there any way to search for an Outlook contact item that has double
quotes in there Name/FileAs field ?

The FileAs field has like - Smith, David "Home"

Dim fldrs As Outlook.MAPIFolder
Dim SearchItem As Outlook.ContactItem

' this assignment doesn't work in VB as written, but I'm just trying to
represent the string
' I'm searching for
strSearch = "[FileAs] = "Smith, David "Home""

Set SearchItem = g_fldr.Items.Find(strSearch)





Ads