>I have a program using Redemption RDO to access .msg files. Generally, it
> works quite well, but for a few files I get an error:
[quoted text clipped - 17 lines]
>
> Kurt Garnjost
It was created with a product called Discovery Attender, which creates a
database of e-mail information from PST files and then will create MSG files
out of the PSTs on request. (Some selection can be done, if desired before
the MSG creation.) (I know I could generate all this myself with
Redemption, but generally Discovery Attender works well and saves me a lot
of coding.)
There are about 50 files like this out of some 170,000 MSG files all created
from PSTs the same way. Only the 50 have this problem.
I have written some code that catches these problem files and skips them
with a list generated, but I trying to understand why Redemption cannot open
them.
Kurt Garnjost
On 2/26/2008 17:58, in article OlnywrMeIHA.5620@TK2MSFTNGP04.phx.gbl,
> How was the MSG file created?
>
[quoted text clipped - 24 lines]
>>
>> Kurt Garnjost
Dmitry Streblechenko - 27 Feb 2008 22:43 GMT
Redemption checks whether the file exists by retrieving the last write time
on the file (this way it does not have to be opened). The function defaults
to 0 (which is December 30, 1899 00:00:00) if the file does not exist...
Send me an e-mail so I can send you a version with a fix.
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
> It was created with a product called Discovery Attender, which creates a
> database of e-mail information from PST files and then will create MSG
[quoted text clipped - 49 lines]
>>>
>>> Kurt Garnjost