We are moving from Exchange 2003 to Exchange 2010. We have many calendar appointments that are stored as '.eml' files in 2003. Each of these .eml files has a unique identifier in it's filename, e.g. http://myserver/exchange/[email protected]/Calendar/123.eml
We have a program which stores these identifiers in a database, and then modifies the appointments by locating an appointment by it's unique identifier.
When we migrate this appointment to 2010, the calendar appointment is set up correctly. However, I would like to be able to access the appointment (via Exchange Web Services) by using the unique identifier that was specified in the .eml file in 2003.
Is the name of the .eml file migrated across to 2010? Can it be accessed as any property of the appointment?
Many thanks!
Martin