Search code examples
outlook-redemption

Outlook Redemption gives error on initialisation


Private Sub Form_Load()

  Dim RDOSession As Redemption.RDOSession
  Set RDOSession = CreateObject("Redemption.RDOSession")

End Sub

Gives the error:

Application-defined or Object-defined error -2147221233

When the application loads. What might be the problem?


Solution

  • The error means Redemption is not installed.

    Did you install redemption.dll/redemtpion64.dll with regsvr32.exe? What is the bitness of your app and Outlook?