Sync.ErrorType property (Office)
Gets an MsoSyncErrorType constant that indicates the type of the most recent document synchronization error. Read-only.
Note
Beginning with Microsoft Office 2010, this object or member has been deprecated and should not be used.
Syntax
expression.ErrorType
expression A variable that returns a Sync object.
Return value
MsoSyncErrorType
Remarks
Use the ErrorType property to determine the type of the most recent document synchronization error. Not all document synchronization problems raise trappable run-time errors.
After performing an operation by using the Sync object, it's a good idea to check the Status property; if the Status property is msoSyncStatusError, check the ErrorType property for additional information about the type of error that has occurred.
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.