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.
Sue Mosher [MVP-Outlook] - 22 Apr 2008 17:37 GMT
The code sample at http://www.outlookcode.com/codedetail.aspx?id=492 searches for a folder by name.

Signature
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
> 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
[quoted text clipped - 7 lines]
> to traverse the whole folder tree to try and match on folder name? Thanks in
> advance.