Progress Event

See Also         Example         Applies To        

Occurs periodically while Microsoft Outlook is synchronizing a user’s folders using the specified synchronization profile. This event is not available in VBScript.

Syntax

Sub object_Progress(State as Long, Description as String, Value as Long, Max as Long)

object   An expression that evaluates to a SyncObject object.

State   Required. A value that identifies the current state of the synchronization process. Can be either of the following OlSyncState constants: olSyncStarted(1) or olSyncStopped(0).

Description   Required. A textual description of the current state of the synchronization process.

Value   Required. Specifies the current value of the synchronization process (such as the number of items synchronized).

Max   Required. The maximum that Value can reach. The ratio of Value to Max represents the percent complete of the synchronization process.