Share via


Sync.Unsuspend Method

Resumes synchronization between the local copy and the server copy of a shared document.

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

Syntax

'Declaration
Sub Unsuspend
'Usage
Dim instance As Sync

instance.Unsuspend()
void Unsuspend()

Remarks

Use the Unsuspend method to resume document synchronization when the Status property returns msoSyncStatusSuspended.

Not all document synchronization problems raise trappable run-time errors. After performing an operation 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 on the type of error that has occurred.

See Also

Reference

Sync Interface

Sync Members

Microsoft.Office.Core Namespace