Saving Outlook Messages and Memory leaks???

D

Dtruong

I have a program that extracts outlook items from a PST. I ran into an
interesting error that I wonder if someone has a solution to.

It seems I get "There are too many edits in the document. This
operation will be incomplete. Save your work." when I try to save the
RTF message to disk using the SaveAs function in the outlook item
object. The editor is set to Word as default because I want to capture
the embedded stuff. This normally works but on big messages where
there's alot of attachments, this happens. I have tried using the
imeddiate window to save as a text or even MSG file but it craps out
with that message or one with "There is not enough memory...". Memory
and disk space is not an issue at all. Anyone seen this?

Also, I'm extracting Conversation Index values. I'm wondering if this
is a Outlook thing and also what would cause a message in a PST that
looks like it's a reply of a message but it's Conversation Index is
blank.
 
Top