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:
i have categorize emails folder structure arrive 99% of time looking right folder...
we running our own exchange , using outlook on rdp
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
Post a Comment