Restriction string in IPOutlookItemCollection::Find()

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

Guest

Which string can I use to always return TRUE, i.e. select every item?

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

Any ideas greatly appreciated.

Kind regards,

Mark Coleman
 
You're trying to select every message in the UI programmatically? Outlook has no method for that.

FYI, there is a newsgroup specifically for general Outlook programming issues "down the hall" at microsoft.public.outlook.program_vba or, via web interface, at http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public.outlook.program_vba

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Thanks Sue.

Sue Mosher said:
You're trying to select every message in the UI programmatically? Outlook has no method for that.

FYI, there is a newsgroup specifically for general Outlook programming issues "down the hall" at microsoft.public.outlook.program_vba or, via web interface, at http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public.outlook.program_vba

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

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