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")
Events
Name |
---|
OnError |
Progress |
SyncEnd |
SyncStart |
Methods
Name |
---|
Start |
Stop |
Properties
Name |
---|
Application |
Class |
Name |
Parent |
Session |
See also
Outlook Object Model Reference
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.