T
TheStarSailor
Hi,
I'm using the Outlook interop for searching contacts in Outlook 2003 / 2007.
I have something like
Items.Filter('[FirstName]>"MyNameZZZ")
that works for filtering names that BEGIN with MyName. However, now what I
want to do is bring in the CONTAINS logic. I would like to search for names
that contain a specified string. Can anyone please help me with this ? DASL
would not be a very good option for me because all the fields to be searched
can be configured during run time.
Can anyone please help me in creating a FILTER that has the CONTAINS logic ?
Any help would be highly appreciated !
Thanks in advance !
I'm using the Outlook interop for searching contacts in Outlook 2003 / 2007.
I have something like
Items.Filter('[FirstName]>"MyNameZZZ")
that works for filtering names that BEGIN with MyName. However, now what I
want to do is bring in the CONTAINS logic. I would like to search for names
that contain a specified string. Can anyone please help me with this ? DASL
would not be a very good option for me because all the fields to be searched
can be configured during run time.
Can anyone please help me in creating a FILTER that has the CONTAINS logic ?
Any help would be highly appreciated !
Thanks in advance !