Reading Versions
ReadObject() will always return the property values for the current version of an object. If an application needs to see a previous version of an object, it should call GetVersionKeys to get the object IDs for the object's versions, and then call ReadVersion() for the specific version.