PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming Collaboration Data Objects - [E_OUTOFMEMORY(8007000E)

Reply

Collaboration Data Objects - [E_OUTOFMEMORY(8007000E)

 
Thread Tools Rate Thread
Old 13-02-2004, 09:01 PM   #1
=?Utf-8?B?Um9nZXI=?=
Guest
 
Posts: n/a
Default Collaboration Data Objects - [E_OUTOFMEMORY(8007000E)


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.

  Reply With Quote
Old 16-02-2004, 02:55 PM   #2
Ken Slovak - [MVP - Outlook]
Guest
 
Posts: n/a
Default Re: Collaboration Data Objects - [E_OUTOFMEMORY(8007000E)

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.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginners Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Roger" <anonymous@discussions.microsoft.com> wrote in message
news:A3C8050B-C54B-4DB0-9195-D1A3DEBE5212@microsoft.com...
> 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.
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off