Create a list of all folder tree of as huge 45 PST file

Page 3 of 3 FirstFirst 123

  1. Posts : 232
    Win 10 Ver 1903
    Thread Starter
       #21

    Dennis, this is all super helpful.

    I guess you are familiar with the saying about alligators and draining the swamp?
    I will run the new VBA and see what i get
    the reason for your other questions is that the number of items (in THIS Instance is NOT a good indicator of size)
    Many email here contain upward of 10mb of data attached.
    Plus these people use Outlook like a filing cabinet and have been doing so for over 5 years.

    I was able to get a 'directory listing" form a MS tech (easy for them, it is their product after all)
    that shows things in a better perspective but still not with the SIZE per folder.
    I can't worry about size per email right now.

    The normal settings for Outlook would protect them from overload IF they had installed a clean copy with out importing the old one once in a while but for five years they have update the old. So the SENT folder is FULL of these 5-10MB emails from 4 or 5 years ago as well as the ones they sent last ear, this year and every year in between
    I know what AutoArchive is for. I also know they have NOT been using it
    And the final problem is NONE of them is willing to use the Web Portal for Outlook which has never had a problem at all.
    ONLY Desktop and Always with AutoDiscover.
    Trust me, this is far more complex than it sounds
    They have iPhones with Apple Mail configured to use their exchange accounts also involved too.






    "Techs so busy fighting alligators that they forget to drain the swamp, which will eliminate the alligator issue altogether."

    This is where we are right now.
      My Computer


  2. Posts : 16,932
    Windows 10 Home x64 Version 22H2 Build 19045.4170
       #22

    Somehow or other, copying the code into my post Amended sample script from StackOverflow above created an error.
    I have corrected it now.

    The lines
    Code:
    For Each folder2 In folder.Folders    
        ProcessFolder folder2
    Next
    had somehow been pasted as a single line - and that created a syntax error
    Code:
    For Each folder2 In folder.Folders ProcessFolder folder2 Next
    Denis
      My Computer


  3. Posts : 16,932
    Windows 10 Home x64 Version 22H2 Build 19045.4170
       #23

    I was able to get a 'directory listing" form a MS tech
    You have not mentioned that before. How was it done?

    Denis
      My Computer


  4. Posts : 232
    Win 10 Ver 1903
    Thread Starter
       #24

    where does the printed output go? I guess it ran but i didn't see any results. Screen flashed once after a minute or so.
    No errors. I looked in the folder where PST is stored but saw nothing new
    BTW The version of Outlook is Office-365 / Outlook 2016 if that matters
      My Computer


  5. Posts : 16,932
    Windows 10 Home x64 Version 22H2 Build 19045.4170
       #25

    questorfla said:
    where does the printed output go?
    There is no printed output. As I explained, the sample script sends its output to the Immediate window from where it needs to be copied into, for example, Excel for manual processing.

    Denis
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 19:48.
Find Us




Windows 10 Forums