Collaboration Data Objects - [E_OUTOFMEMORY(8007000E)

R

Roger

I am processing a pst file with several sub-folders under Inbox. The total messages in the Inbox folder is over 2000 messages, and it could be more

Everthing when I run my application to get those messages and export as RFC822 files, my application stops somewhere at message #1400-1500. Then, it gives me the error message. "Collaboration Data Objects - [E_OUTOFMEMORY(8007000E)

Where did I do wrong? or it is just a limitation of CDO.
 
K

Ken Slovak - [MVP - Outlook]

You don't say what version of Outlook you have or show any of your
code, so it's hard to say. Some versions of CDO have memory leaks when
iterating large collections of objects. That bug has been fixed in
later versions of CDO. It could also be something in the code, post
what you are doing so people can look it over.




Roger said:
I am processing a pst file with several sub-folders under Inbox. The
total messages in the Inbox folder is over 2000 messages, and it could
be more.
Everthing when I run my application to get those messages and export
as RFC822 files, my application stops somewhere at message #1400-1500.
Then, it gives me the error message. "Collaboration Data Objects -
[E_OUTOFMEMORY(8007000E)"
 

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