OlSyncState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the synchronization state.
public enum class OlSyncState
public enum OlSyncState
Public Enum OlSyncState
- Inheritance
-
OlSyncState
Fields
Name | Value | Description |
---|---|---|
olSyncStopped | 0 | Synchronization stopped |
olSyncStarted | 1 | Synchronization started |
Remarks
See Progress event.