MsoSyncStatusType Enum

Definition

Specifies the status of the synchronization of the local copy of the active document with the server copy.

public enum class MsoSyncStatusType
public enum MsoSyncStatusType
type MsoSyncStatusType = 
Public Enum MsoSyncStatusType
Inheritance
MsoSyncStatusType

Fields

msoSyncStatusConflict 4

Both the local and the server copies have changes.

msoSyncStatusError 6

An error occurred. Use ErrorType property of Sync object to determine exact error.

msoSyncStatusLatest 1

Documents are already in sync.

msoSyncStatusLocalChanges 3

Only local copy has changes.

msoSyncStatusNewerAvailable 2

Only server copy has changes.

msoSyncStatusNoSharedWorkspace 0

No shared workspace.

msoSyncStatusNotRoaming 0

No syncronization is needed.

msoSyncStatusSuspended 5

Synchronization was suspended. You can use the Unsuspend method of the Sync object to resume synchronization.

Remarks

Used with the Status property of the Sync object.

Applies to