Redemption AuthKey question

  • Thread starter Thread starter Bingo
  • Start date Start date
B

Bingo

Since we need to support multiple versions of Win OS, we
decided not to use AuthKey property off SafeMailItem and
other objects in the Redemption. I took out the lines of
code I had in my app. But when I deployed it to a
testing box, I saw the entry for Redemption with 2 other
characters at the end still showing up in the Registry of
that PC. If I do not use AuthKey, does Redemption still
write these entries to the registry? Thanks.
 
No. But keep in mind that once you used AuthKey, you will always have to use
it. To reset AuthKey back to an empty string, set it first to the previous
value, then set it to an empty string.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
What I did was that I first used the AuthKey. Then I
took out the code and manually deleted the entries from
the registry. In this case, if I run my app, will
Redemption create those registry entries again? Thanks.
 
Back
Top