MsoSyncStatusType enumeration
Office 2013 and later
Specifies the status of the synchronization of the local copy of the active document with the server copy.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
| Member name | Description | |
|---|---|---|
| msoSyncStatusNoSharedWorkspace | No shared workspace. | |
| msoSyncStatusNotRoaming | No syncronization is needed. | |
| msoSyncStatusLatest | Documents are already in sync. | |
| msoSyncStatusNewerAvailable | Only server copy has changes. | |
| msoSyncStatusLocalChanges | Only local copy has changes. | |
| msoSyncStatusConflict | Both the local and the server copies have changes. | |
| msoSyncStatusSuspended | Synchronization was suspended. You can use the Unsuspend method of the Sync object to resume synchronization. | |
| msoSyncStatusError | An error occurred. Use ErrorType property of Sync object to determine exact error. |
Show: