Full Path to Folder (Mail Item Location)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any way to find the full path of a mail items location? When you
look at properties, it only gives you the lowest level name, not the whole
path.

E.g. A mail item in
MailBox1 \ Projects \ Project 1 \ Customer1 \ Testing
will only show "Testing" as it's folder, so I don't know if it's under
Project 1, 2, 3, or 4, or customer 1 - 10 etc.

I can't seem to spot a property that is accessable via VBA either.

Thanks!
Critcho
 
In Outlook VBA the item's Parent.FolderPath property will give you the full path. There is no equivalent property you can add to the UI through an Outlook view.

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

and 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

Back
Top