I'm working on redemption object for outlook.

I've tried the following codes :

set Utils = CreateObject("Redemption.MAPIUtils")
Utils.Cleanup

but the Extended MAPI session is still cached in my outlook. I don't want to restart my computer every time after I ran my VB program.

Is there any help??

Do I need to put those codes every time after I create a redemption object (e.g. safeMailItem)?