Redemption object causing Outlook to stay in memory

J

Jamie

Hi all,

I have a VB Outlook COM addin that uses the Redemption library. Whenever a
Redemption object is created, it causes Outlook to stay in memory when you
exit. I'm cleaning up all references to objects. The following code causes
the problem, and commenting it out prevents the problem:

Set SafeMailItem = CreateObject("Redemption.SafeMailItem")
SafeMailItem.Item = oMailItem
Set SafeMailItem = Nothing

Is there any other way to prevent this problem?

I'm using version 3.2.0.221 of the Redemption dll on Windows 2000 with
Outlook 2002.

Any help would be much appreciated.

Cheers,

Jamie
 

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