Junk Mail Folder Missing

128

Try MFCMAPI tool from Microsoft. Refer this link for howto's and also this link. Below are procedure for enabling hidden folder from Microsoft forum.

  1. Launch MFCMAPI tool on the user’s client.
  2. Go to Session -> Logon and Display Store Table
  3. Select the outlook profile of the user and double-click “Mailbox - your user name”
  4. Expand "Root Container"
  5. Expand "Top of Information Store"
  6. Highlight the Junk E-mail folder in MFCMAPI
  7. Locate the PR_ATTR_HIDDEN property
  8. Check whether the value is False. If not, please double click it, uncheck Boolean option in order to change it to False
  9. Reopen Outlook to check this issue
Share:
128

Related videos on Youtube

Mike
Author by

Mike

Updated on September 18, 2022

Comments

  • Mike
    Mike over 1 year

    I have multiple pages in my Ext js app. Each page loads content through ajax requests. First page has list of items (links). When I scroll to bottom of the page and click on last item it redirects me to second page. On the second page content has loaded and page jumps (scroll) to position where I clicked link item (to the bottom of page).

    I've tried window.scrollTo(0, 0); and window.scroll(0, 0); on click on link item and on init method in second page but it didn't work (it works for first page but when I go to second page it ignores position and moved to bottom of page).

    The only way I can handle this is to use setTimeout(() => window.scrollTo(0, 0), 1000), but it shows me old position for few miliseconds and then moves to top

    I want my route pages load from top, not from position in previous page

    • Brad Patton
      Brad Patton about 11 years
      When you figure out how you got rid of it you need to answer this question earlier in the day from someone who wants to hide it :)
    • cloned
      cloned over 4 years
      Please add a minimal, working example code where we can reproduce your problem.
    • Brandon
      Brandon over 4 years
      Could you add a fiddle?
  • Mokubai
    Mokubai over 10 years
    It would be beneficial to post the instructions from the link here and provide the link for reference in case the link goes dead in the future.
  • user 99572 is fine
    user 99572 is fine over 10 years
    Please don't just link. Include the relevant information from the link. If the site ever goes down, your answer is useless. Read How to Answer.
  • Yuck
    Yuck over 9 years
    Fixed! I can't upvote this enough. It's been broken for years - longer than my original post. Thank you so much!!