SyncObject Object

SyncObjects
SyncObject

Represents a Send\Receive group for a user. A Send\Receive group lets users configure different synchronization scenarios, selecting which folders and which filters apply.

Using the SyncObject Object

Use the Item method to retrieve the SyncObject object from a SyncObjects object. Because the Name property is the default property of the SyncObject object, you can identify the group by name. For example:

Set mySyncObject = mySyncObjects.Item("Daily")

The SyncObject object is read-only; you cannot change its properties or create new ones. However, note that you can add one Send/Receive group using the AppFolders property which will create a Send/Receive group called Application Folders.

Properties | Application Property | Class Property | Name Property | Parent Property | Session Property

Methods | Start Method | Stop Method

Events | OnError Event | Progress Event | SyncEnd Event | SyncStart Event

Parent Objects

Child Objects