MsoSyncEventType Enumeration

Office Developer Reference

Specifies the return value of a Sync event. 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.

Name Value Description
msoSyncEventDownloadFailed 2 Download failed.
msoSyncEventDownloadInitiated 0 Download initiated.
msoSyncEventDownloadNoChange 6 No change detected.
msoSyncEventDownloadSucceeded 1 Download succeeded.
msoSyncEventOffline 7 Offline.
msoSyncEventUploadFailed 5 Upload failed.
msoSyncEventUploadInitiated 3 Upload initiated.
msoSyncEventUploadSucceeded 4 Upload succeeded.