ms office - Outlook Quick Search Folder Structure by Name -


is there easy way search name of folder in outlook's inbox folder structure?

i talking this:

enter image description here

i have categorize emails folder structure arrive 99% of time looking right folder...

we running our own exchange , using outlook on rdp

http://i.stack.imgur.com/wzdks.png

the outlook object model doesn't provide property of method that.

you need develop vba macro or add-in ge job done. example, can iterate on folders structure find required one. folders property of folder class returns folders collection represents folders contained in specified folder. so, may walk down tree recursively.


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -