Changing Modified Date in Messages

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I converted a large number of archived emails from Eudora to Outlook during
my conversion...

A lot of those emails show modified dates of "none".

Of course they won't archive without a valid date.

Can some one post the code that will will go through all my messages, check
for modified date = "none" and change the modified date to the received date?
 
The LastModifiedTime and CreationTime properties in Outlook are read-only.
If you use Extended MAPI/CDO 1.21/Redemption, apparently you can modify the
PR_CLIENT_SUBMIT_TIME and PR_MESSAGE_DELIVERY_TIME properties, but
PR_CREATION_TIME and PR_LAST_MODIFICATION_TIME (that map to the
aforementioned Outlook properties) are still read-only.

I'm not sure if there are any fields exposed through Outlook in a view that
map to the PR_CLIENT_SUBMIT_TIME or PR_MESSAGE_DELIVERY_TIME properties, so
it may not be helpful to modify those properties anyway (if you indeed can -
I'm still not 100% sure).
 
In other words, Outlook 2003 has a serious problem since I have about 600
megabytes of old messages I can't archive! That's a lot of old baggage to
keep carrying around and around and around..
 
You can always archive them manually. Create a view filter for the folder(s)
containing the messages imported from Eudora so that you just display the
imported ones. Then move them to another folder in a different .pst file.
 
Painful, but I guess it will work. Thanks.

Eric Legault said:
You can always archive them manually. Create a view filter for the folder(s)
containing the messages imported from Eudora so that you just display the
imported ones. Then move them to another folder in a different .pst file.
 
Solution to Outlook Archiving Problems - How To Edit the Modified Date

An inexpensive solution to your problem now exists. Our ArchiveAssist™ for Outlook software was designed specifically to deal with the problem you've described and is the only solution available which allows the user to edit the Modified Date of messages in Outlook .pst files. ArchiveAssist doesn't work on Exchange mailboxes but is a quick and efficient way to edit Modified Dates in Outlook personal store files.

You can see complete information, and download a fully functional trial version, at www.cardiffsoft.com .

Sincerely,

Jay Palmer
Cardiff Consultants, Limited
Developer of Cardiffsoft Productivity Software
 
Back
Top