View Single Post
  #2  
Old April 22nd 08, 05:37 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Folder name search possible, Redemption or OOM?

The code sample at http://www.outlookcode.com/codedetail.aspx?id=492 searches for a folder by name.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Mike" wrote in message ...
Is there any Redemption or OOM method which allows for a folder search based
on a name string? In other words, if I pass a string 'folder5', is there
anything like:

rdoFolder = redemptionObj.FindFolder("folder5");

Or something similar? Anything?

If not, does anyone have any code they might be able to paste in as to how
to traverse the whole folder tree to try and match on folder name? Thanks in
advance.

Ads