Support for Folder Synchronization

Users who travel with their computers or who otherwise need to use Microsoft Outlook when disconnected from the network need to be able to synchronize their offline folders using different criteria, depending on the situation. For example, before departing on a trip, a user might synchronize all of her offline folders, plus the Address Book. When she arrives at her destination, she connects to her home office using a modem. Because of the slow data-transfer rate, she only wants to synchronize her Inbox and Outbox to receive and send messages.

Outlook supports multiple synchronization profiles so users can select how they want Outlook to synchronize offline folders in a given situation. The SyncObjects collection object represents all the synchronization profiles for a given user. Your program can use the Start and Stop methods of the SyncObject objects in this collection to begin and end synchronization using a particular profile, and can monitor the progress of the synchronization using the SyncStart, Progress, OnError, and SyncEnd Event events.

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.