I am using VBscript to connect to every mailbox in our organisation Via
CDO1.2. I noticed that after a period of time I get memory errors on the bos
I am running this from. It appears the Auto Generated MAPI profiles are being
left behind in the registry. Does anyone know how to ensure these are cleaned
up, I believe this is the cause of the problem.

I am cleaning up the connection after every connection;

objSession.Logon "","",false.True,0,True,strProfileInfo
objSession.Logoff
set objSession = Nothing