MsoSyncEventType enumeration

Specifies the return value of a Sync event.

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

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

Member nameDescription
msoSyncEventDownloadInitiatedDownload initiated.
msoSyncEventDownloadSucceededDownload succeeded.
msoSyncEventDownloadFailedDownload failed.
msoSyncEventUploadInitiatedUpload initiated.
msoSyncEventUploadSucceededUpload succeeded.
msoSyncEventUploadFailedUpload failed.
msoSyncEventDownloadNoChangeNo change detected.
msoSyncEventOfflineOffline.

In Microsoft Word, used with the Sync event of the Document object or the DocumentSync event of the Application object.

In Microsoft Excel, used with the Sync event of the Workbook object or the WorkbookSync event of the Application object.

In Microsoft PowerPoint, used with the PresentationSync event of the Application object.

Show: