MLSynchronization and MLSync objects
Specifies the MobiLink server version. You can use 9, 10, or 11 as the server version.
This is a required property of the synchronization object. If the property value has not been set before a synchronize call, the synchronization fails and an error string is saved to the synchronization object’s ErrorText property.
At design time, you can enter a value for MLServerVersion on the General tab of the Properties view for an MLSync object.
You can set the MobiLink server version in script as follows:
mySync_1.MLServerVersion = 11