Synchronization of Exchange Folders. Sync Public Folders to PDA, Blackberry, Windows Mobile.

The synchronization of data between Exchange server folders occurs in real-time with CodeTwo Exchange Sync. This means each change made to any item in the source folder will in a split second propagate to the selected target folder(s).



All the syncing occurs in the background and is transparent to the user.



Real-Time synchronization of Exchange folders


There are two general types for synchronization of data between Microsoft Exchange server folders. The sync can take place at fixed intervals or in real-time, just like in our application.



Also, there are several ways in which various applications will access Exchange server data. This is access through libraries: CDO, Outlook’s API, WebDAV, EWS, and Extended MAPI. We always utilize Extended MAPI libraries in our applications, as the libraries of the lowest level that enable best performance and the most advanced features.



Next Back