Redemption - general question

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
 
S

Sue Mosher [MVP-Outlook]

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

WhytheQ

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
 
S

Sue Mosher [MVP-Outlook]

Redemption might already be installed on your machine, because it is included in an add-in you've downloaded.
 

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