SyncObject Object (Outlook)

Represents a Send\Receive group for a user.

Remarks

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

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.

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 SyncObjects.AppFolders property which will create a Send/Receive group called Application Folders.

Example

The following example retrieves a SyncObject object by name.

Set mySyncObject = mySyncObjects.Item("Daily")

See Also

Concepts

SyncObject Object Members

Outlook Object Model Reference