Redemption generates a catastrophic error

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.
 
B

Bingo

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)
 
B

Bingo

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top