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.