msoSyncStatusConflict | Both the local and the server copies have changes. |
msoSyncStatusError | An error occurred Use ErrorType property of Sync object to determine exact error. |
msoSyncStatusLatest | Documents are already in sync. |
msoSyncStatusLocalChanges | Only local copy has changes. |
msoSyncStatusNewerAvailable | Only server copy has changes. |
msoSyncStatusNoSharedWorkspace | No shared workspace. |
msoSyncStatusSuspended | Synchronization was suspended You can use the Unsuspend method of the Sync object to resume synchronization. |