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")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top