Administrator
  •  Admin
  • Advanced Member Topic Starter
2005-10-04T18:12:00Z
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.
Sponsor
GeniusConnect documentation search (User Manual Downloads...)
Administrator
  •  Admin
  • Advanced Member Topic Starter
2006-02-01T11:52:00Z
Please see topic about Outlook Security Level, otherwise the custom Macro may not work!
http://support.geniusconnect.com/Posts/t174- 
Administrator
  •  Admin
  • Advanced Member Topic Starter