SyncObjects Object

Outlook Developer Reference

Contains a set of SyncObject objects representing the Send/Receive groups for a user.

Remarks

Use the SyncObjects property to return the SyncObjects object from a NameSpace object.

The SyncObjects object is read-only. You cannot add an item to the collection. However, note that you can add one Send/Receive group using the AppFolders property which will create a Send/Receive group called Application Folders.

Example

The following Microsoft Visual Basic for Applications (VBA) example retrieves the SyncObjects object for the MAPI NameSpace object.

Visual Basic for Applications
  Set mySyncObjects = Application.GetNameSpace("MAPI").SyncObjects

See Also