Sync.Unsuspend Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resumes synchronization between the local copy and the server copy of a shared document.
public:
void Unsuspend();
public void Unsuspend ();
abstract member Unsuspend : unit -> unit
Public Sub 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.