Another question

B

Bryan Dickerson

Is there a way to get the Folder Path (i.e. "Public Folders/All Public
Folders/FolderName/Sub-FolderName") at execution time? I.e. is there a
built-in variable/constant that denotes this?
 
S

Sue Mosher [MVP-Outlook]

In Outlook 2002 and 2003, yes. In earlier versions, you have to walk the
hierarchy up from the folder in question.
 
B

Bryan Dickerson

How?

Sue Mosher said:
In Outlook 2002 and 2003, yes. In earlier versions, you have to walk the
hierarchy up from the folder in question.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
S

Sue Mosher [MVP-Outlook]

Build the string from each folder's Parent.Name. The sample code for my book
(code downloadable from the link below) has it in listing 19.4.

--
Sue Mosher, Outlook MVP
Author of
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

Top