SyncObject Object

SyncObject Object

                  Properties         Methods         Events

NameSpace object
SyncObjects collection (SyncObject object)

Represents a synchronization profile for a user. A synchronization profile 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 collection object. Because the Name property is the default property of the SyncObject object, you can identify the group by name.

Set mySyncObject = mySyncObjects.Item("Daily")

Remarks

The SyncObject object is read-only; you cannot change its properties or create new ones.