I need a way to find mailitems in a PST from data in Exchange (where the PST is exported from)

  • Thread starter Thread starter Rolf Barbakken
  • Start date Start date
R

Rolf Barbakken

I have the following situation:

We have exported public folders from Exchange 2000 to PST-files.
I have created two scripts - one that extracts metadata for the public
folders from exchange into a file and one that saves all emails in the
PST-files as MSG-files.

How can I identify the correct email (MSG) from the data in the
metadata-export? I can't find any field that is an unique identifier to
"connect" the message in Exchange and its exported copy.

Help!
 
Am Thu, 15 Sep 2005 23:49:37 +0200 schrieb Rolf Barbakken:

Before exporting I´d add an user property to each message. You can create
your own GUIDs an store them in the property. After exporting you can then
compare the field values.
 
Back
Top