Redemption generates a catastrophic error

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

Bingo

After I ran the utility to change the Redemption DLL and
the methods in it, Redemption generates the error of
Automation error Catastrophic failure at the following
marked line.

Set oRdpMail = CreateObject("NewName.NewSafeMailItem")
oRdpMail.Item = oMail

' Error happens here with either one
Debug.Print oRdpMail.SenderName
'Debug.Print oRdpMail.SenderEmailAddress

I did not have any problem with the Redemption before I
changed the names. I did unregister Redemption DLL and
registered the new one. Anything did I do wrong?
Thanks.
 
Only these properties of SafeMailItem do not generate
this error:

Version, RTFBody (empty however), HTMLBody.

Also AuthKey property generates a different error, Object
doesn't support this property or method. (rum-time error
438)
 
I re-registred the re-named DLL and set the AuthKey on
the SafeMailItem before I call SenderName and
SenderEmailAddress. Now everything is working. Thanks!
 
Back
Top