Locate Outlook folder from FolderFullPath

  • Thread starter Thread starter e007
  • Start date Start date
E

e007

Is there anyway i can get a instance handle of a Outlook folder from
its FolderFullPath? Or I have to a search from the root path until the
name of the match the folder name?

Thanks in advance.
 
Walk the folder hierarchy starting at Namespace.Folders collections or use a function that does that for you. See http://www.outlookcode.com/d/code/getfolder.htm

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

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