Redemption - general question

  • Thread starter Thread starter WhytheQ
  • Start date Start date
W

WhytheQ

If I write code using redemption do I need to set any particular
references?
If I write code using redemption do I need to download any particular
software?
Will this code run on other machines that use Outlook 2003?

I tried the following on a colleague's machine:
Set SafeItem = CreateObject("Redemption.SafeMailItem")
....and we got an error message in connection with "ActiveX
controls"...any ideas?

Any help much appreciated,
JasonQ
 
Redemption is a third-party library, not part of Outlook .You would need to purchase a developer license, which would entitle you to download the redistributable version of Redemption and install it on your colleagues' machines. If you want to use early binding, you'd need to add a reference to the Redemption.dll library to your development environment.
 
Thing is Sue when I use the following on my machine it works fine! I
haven't purchased any software. No bugs, no security prompts when I
Send the SafeItem !
Set SafeItem = CreateObject("Redemption.SafeMailItem")

How is this possible?
J
 
Redemption might already be installed on your machine, because it is included in an add-in you've downloaded.
 
Back
Top