SyncObjects Object

Microsoft Outlook Visual Basic

SyncObjects Object

         
NameSpace SyncObjects
Multiple objects

The SyncObjects object contains a set of SyncObject objects representing the synchronization profiles for a user.

Using the SyncObjects Object 

Use the SyncObjects property to return the SyncObjects object from a NameSpace object. For example:

Set mySyncObjects = Application.GetNameSpace("MAPI").SyncObjects

The SyncObjects object is read-only. You cannot add an item to the collection.