What is the registry value ClearUnreadNotification doing in detail?
Hello everyone,
does anyone have details about what this values is doing in detail?
I suspected that EV is simply setting PR_NON_RECEIPT_NOTIFICATION_REQUESTED and / or PR_READ_RECEIPT_REQUESTED property of an item in question to FALSE or removing the flags MSGFLAG_RN_PENDING and / or MSGFLAG_NRN_PENDING when it is creating a shortcut as a part of the archiving process (after the mentioned values have been set to 1 in the registry) but was not able to confirm this in my lab environment. However I also found the flag PR_REPLY_REQUESTED set to FALSE in some shortcuts.
Can anyone shed some light onto this?
Thanks in advance
Marc
It clears the flag MSGFLAG_NRN_PENDING in the PR_MESSAGE_FLAGS property. SetReadFlag(CLEAR_NRN_PENDING) is the MAPI call.
If the Registry value is set, the Archiving Task will clear this flag both when creating a shortcut and when deleting a shortcut.
--Chris