Office 15: How to enable custom folder homepages in non-default stores

Locked Office 15: How to enable custom folder homepages in non-default stores

  • Friday, July 20, 2012 11:11 AM
     
     

    I would like to ask you for a help with the issue I noticed on Office 15 bits.

    We are developing Outlook add-in which displays data using custom folder homepages.
    During the setup we used to set NonDefaultStoreScript registry value (HKCU\Software\Policies\Microsoft\Office\12.0\Outlook\Security\) which enabled custom folder homepages in a non-default stores.

    Tried same with the new Outlook bits with no success. Is there any workaround for this issue? I guess there should be some alternative registry setting, but I didn’t manage to find it.

    Any help would be great.


    Sasa Tomicic
    MCPD: Shpt Dev 2010, MCITP: Shpt Admin 2010, MCPD: Win Dev 4
    My blog: Share(d)Point of View
    Follow me on Twitter: @Sasa_Tomicic

    Please remember to click 'Mark as Answer' on the post that helps you or click 'Unmark as Answer' if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.



     
    • Moved by Cindy Meister MVPMVP Friday, July 20, 2012 12:56 PM Office 2013 related (From:Visual Studio Tools for Office)
    • Edited by Sasa Tomicic Monday, July 23, 2012 7:27 AM
    • Edited by Sasa Tomicic Monday, July 23, 2012 8:01 AM
    •  

All Replies

  • Monday, July 23, 2012 6:54 AM
    Moderator
     
     

    Hi Sasa,

    Thanks for posting in the MSDN Forum.

    I think you are able to create a add-in to handle your issue.

    Have a good day,

    Tom


    Tom Xu [MSFT]
    MSDN Community Support | Feedback to us

  • Monday, July 23, 2012 7:27 AM
     
     

    Hi Tom,

    I already have an Add-In but don't see a solution for my issue.

    As I can see Microsoft changed the way to enable scripting.

    Regards,
    Sasa


    Sasa Tomicic
    MCPD: Shpt Dev 2010, MCITP: Shpt Admin 2010, MCPD: Win Dev 4
    My blog: Share(d)Point of View
    Follow me on Twitter: @Sasa_Tomicic

    Please remember to click 'Mark as Answer' on the post that helps you or click 'Unmark as Answer' if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Wednesday, July 25, 2012 3:59 PM
     
     

    Hi Sasa,

    This seems to be working fine for me in both Outlook 2010 and 2013. Did you change the reg key path from 12.0 to 15.0? Also, is there anything special about the stores you have in your account setup? In both versions I tested, I was using a single Exchange mailbox store with one or more PSTs loaded.


    Bill Jacob - Microsoft Customer Service & Support - Developer Messaging

  • Wednesday, July 25, 2012 5:54 PM
     
     

    Hi Bill,

    yes, updated reg key path to 15.0. Outlook 2010 worked always as expected.
    Test environment: 64-bit machine with installed VS 2012 + Office 2010 + Office 2013.

    This is my standard dev machine, always worked as expected with Office/Outlook 2010.

    Another issue I noticed is the fact that folder context menu events are never fired (and also store and item context menu events).

    Regards,
    Sasa


    Sasa Tomicic
    MCPD: Shpt Dev 2010, MCITP: Shpt Admin 2010, MCPD: Win Dev 4
    My blog: Share(d)Point of View
    Follow me on Twitter: @Sasa_Tomicic

    Please remember to click 'Mark as Answer' on the post that helps you or click 'Unmark as Answer' if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.


    • Edited by Sasa Tomicic Wednesday, July 25, 2012 5:55 PM
    •  
  • Wednesday, July 25, 2012 6:13 PM
     
     

    Sasa,

    Item context menu functionality in the object model had a relatively short life since it was introduced in Outlook 2007 and deprecated in Outlook 2010 since this was transitioned over to ribbon. This is mentioned here:

    http://blogs.msdn.com/b/officedevdocs/archive/2009/12/11/preparing-your-existing-solutions-to-run-on-outlook-2010.aspx

    Offhand, I'm not sure why the reg key is not working for you since it is working for me. Are you using 64-bit office, by chance? Can you try setting up a new MAPI profile with new accounts to see if there's perhaps something specific to your configuration in that area? If it still doesn't work, can you please provide details about exactly how you have your accounts set up, i.e., whether it's a plain old secondary PST or perhaps one receiving e-mail, etc. You can also try using a registry-monitoring tool like ProcMon to see if Outlook's actually hitting that registry key you set.


    Bill Jacob - Microsoft Customer Service & Support - Developer Messaging

  • Wednesday, July 25, 2012 6:18 PM
     
     

    Hi Bill,

    I'm aware of all above mentioned tips related with the ribbons.

    Anyway, starting with today I'm on 3 weeks long vacation. Once I'm back, I'll investigate reported issue more in detail and will provide additional information. Sorry for the delay, but at the moment my dev machine is not available to me.

    Regards,


    Sasa Tomicic
    MCPD: Shpt Dev 2010, MCITP: Shpt Admin 2010, MCPD: Win Dev 4
    My blog: Share(d)Point of View
    Follow me on Twitter: @Sasa_Tomicic

    Please remember to click 'Mark as Answer' on the post that helps you or click 'Unmark as Answer' if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Friday, August 17, 2012 1:54 AM
    Moderator
     
     

    Sasa, Any update?

    regards,


    Forrest Guo | MSDN Community Support | Feedback to manager

  • Monday, August 20, 2012 7:23 AM
     
     Answered

    Hi All,

    sorry for the delay, I was on vacation until today.

    Regarding the registry issue we found the solution - the registry key that manages custom folders has been changed!? Everything started to work when we updated it to this key:

    HKCU\Software\Microsoft\Office\15.0\Outlook\Security\ NonDefaultStoreScript

    Ribbon issue will be investigated during this week.

    Regards,


    Sasa Tomicic
    MCPD: Shpt Dev 2010, MCITP: Shpt Admin 2010, MCPD: Win Dev 4
    My blog: Share(d)Point of View
    Follow me on Twitter: @Sasa_Tomicic

    Please remember to click 'Mark as Answer' on the post that helps you or click 'Unmark as Answer' if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.


  • Tuesday, August 21, 2012 12:08 AM
     
     

    Hi Sasa,

    Thanks for the update! If you have further issues with the context menu stuff, please start a new thread on that so we can keep these separate.

    Thanks!


    Bill Jacob - Microsoft Customer Service & Support - Developer Messaging