Is it possible to use Genius Connect toolbar buttons to sync. multiple folders? No, the Toolbar buttons are only for the active folder.
But you can create an Outlook macro that will do the job:
(Not for the private edition!)
It is possible to create an Outlook macro that simulates the extern scheduler and runs the GCScheduler.exe:
1. Create the Outlook Macro (Menu Tools->Macro->Macros):
Sub MultipleFoldersSync()
Dim RetVal
RetVal = Shell("C:\Program Files\Genius@WORK\GeniusConnect\GCScheduler.exe", 1)
End Sub
!You have to enter a different path to GCScheduler.exe if you have a different installation path! 2.Drag this macro on some Outlook toolbar (Right mouse click on Outlook Toolbar->Customize->Commands->Macro).
You can also customize the display name of this "Macro" button to something like: SyncFolders.
Don't forget to set the Syncronize tab to the following settings: -Sync. with database automatically:ON
-Extern Scheduler:ON
-Select sequence and directions for your folders.