Share via


SyncObject Object

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

SyncObjects
Aa158779.parchild(en-us,office.10).gifSyncObject
Aa158779.space(en-us,office.10).gifAa158779.parchild(en-us,office.10).gifNameSpace

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 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.