IPOutlookItemCollection

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If I am using IPOutlookItemCollection::Find()

Which string can I use to always return TRUE, i.e. select any item the
method comes across?

I have tried TEXT("TRUE") and TEXT("") with no success.

Any ideas greatly appreciated.

Kind regards,

Mark Coleman
 
If you're asking what I think you're asking it's not text you should be
using. Just use True.

colItems.Find("[Field] = True")
 
Back
Top