Share via


MsoSyncAvailableType Enumeration 

Specifies whether and under what circumstances synchronization is available for the document.

Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)

Usage

Dim msoSyncAvailableType1 As MsoSyncAvailableType = MsoSyncAvailableType.msoSyncAvailableAnywhere

Syntax

Public Enum MsoSyncAvailableType
public enum MsoSyncAvailableType
public enum class MsoSyncAvailableType
public enum MsoSyncAvailableType
public enum MsoSyncAvailableType

Members

Member name Description
msoSyncAvailableAnywhere Synchronization is available offline and online.
msoSyncAvailableNone No synchronization is available.
msoSyncAvailableOffline Synchronization is available offline only.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace