Results 1 to 2 of 2

Thread: Changing the 'Mark item as read when selection changes' at runtime

  1. #1
    Nabil Guest

    Default Changing the 'Mark item as read when selection changes' at runtime

    Hi,

    Outlook version 2007
    VS2008
    Using VSTO and Redemption

    I need to change the following settings at runtime

    Mark items as read when viewed in the Reading Pane
    Wait [ ] seconds before marking the item as read.
    Mark item as read when selection changes.

    All the above settings are on a form found here:

    Tools --> Options --> Other --> Reading Pane

    The registry settings are stored in

    [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\O utlook\Preferences]

    I know how to change the registry settings but I don't know to re-load these
    settings again without closing outlook and re-openning it again (which I
    don't want to do).

    Any help would be greatly appreciated. I've been stuck on this for a
    lo......ng time.

    Thanks

  2. #2
    Ken Slovak - [MVP - Outlook] Guest

    Default Re: Changing the 'Mark item as read when selection changes' at runtime

    There's no way to do what you want. Outlook will read those settings only at
    startup and from then on will use cached settings in memory. Even if the
    settings are changed it will write them out but use the cached settings, so
    you're stuck.

    --
    Ken Slovak
    [MVP - Outlook]
    http://www.slovaktech.com
    Author: Professional Programming Outlook 2007.
    Reminder Manager, Extended Reminders, Attachment Options.
    http://www.slovaktech.com/products.htm


    "Nabil" <Nabil@discussions.microsoft.com> wrote in message
    news:043D9C3C-134F-42C2-931C-BB43D0AFF25C@microsoft.com...
    > Hi,
    >
    > Outlook version 2007
    > VS2008
    > Using VSTO and Redemption
    >
    > I need to change the following settings at runtime
    >
    > Mark items as read when viewed in the Reading Pane
    > Wait [ ] seconds before marking the item as read.
    > Mark item as read when selection changes.
    >
    > All the above settings are on a form found here:
    >
    > Tools --> Options --> Other --> Reading Pane
    >
    > The registry settings are stored in
    >
    > [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\O utlook\Preferences]
    >
    > I know how to change the registry settings but I don't know to re-load
    > these
    > settings again without closing outlook and re-openning it again (which I
    > don't want to do).
    >
    > Any help would be greatly appreciated. I've been stuck on this for a
    > lo......ng time.
    >
    > Thanks



Similar Threads

  1. Replies: 4
    Last Post: 05-19-2011, 12:14 AM
  2. Replies: 1
    Last Post: 09-03-2010, 02:12 PM
  3. Replies: 1
    Last Post: 10-12-2009, 10:06 PM
  4. How to improve the email item selection event performance?
    By paresh in forum Programming VBA Archive
    Replies: 1
    Last Post: 10-11-2009, 12:19 PM
  5. Macro to mark item unread
    By =?Utf-8?B?RGF2ZQ==?= in forum Programming VBA Archive
    Replies: 2
    Last Post: 05-27-2009, 08:25 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •