Public Folder Path

  • Thread starter Lorenzo Gonzalez
  • Start date
L

Lorenzo Gonzalez

Is there a way to have a button on a form that would
launch the public folder list and allow the user to pick a
folder and have it return the full path of the folder. I
am trying to avoid the user having to manually type in the
full path of the folder in public folders.

Thank you

Lorenzo Gonzalez
Spherion Corporation
 
K

Ken Slovak - [MVP - Outlook]

The NameSpace.PickFolder method returns a MAPIFolder object but not a file
path and would show all folders loaded at that time.

For anything else you'd have to use something like a treeview control, get
all the folders in the public folder path and place them in the treeview
control in the proper parent and child nodes. The Key property for the node
could be the actual folder path, which would be a unique string as required
for a Key value.
 

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