MsoSyncErrorType enumeration

Specifies a document synchronization error.

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

No code example is currently available or this language may not be supported.

Member nameDescription
msoSyncErrorNoneNo error.
msoSyncErrorUnauthorizedUserUnauthorized user.
msoSyncErrorCouldNotConnectCould not connect.
msoSyncErrorOutOfSpaceOut of space.
msoSyncErrorFileNotFoundDestination file not found.
msoSyncErrorFileTooLargeFile too large to synchronize.
msoSyncErrorFileInUseDestination file in use.
msoSyncErrorVirusUploadVirus uploaded.
msoSyncErrorVirusDownloadVirus downloaded.
msoSyncErrorUnknownUploadUpload error.
msoSyncErrorUnknownDownloadDownload error.
msoSyncErrorCouldNotOpenCould not open file.
msoSyncErrorCouldNotUpdateCould not update destination file.
msoSyncErrorCouldNotCompareSource and destination files could not be compared.
msoSyncErrorCouldNotResolveCould not resolve files.
msoSyncErrorNoNetworkNo network available.
msoSyncErrorUnknownUnknown error.
Show: