![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I would like to create an add-on to do a 1-way synchronization from BCM 2007
to a public folder in Exchange 2003, preferably on an automatic schedule, so that BCM users can access and synchronize PDA's when operating remotely. Is this something that can be done in Outlook, or does this need to be a server-side service? As BCM is in a SQL database, not Exchange, I am not at all sure how to approach the project. |
Ads |
#2
|
|||
|
|||
![]()
It could be done in an Outlook addin but of course Outlook would have to be
running on each client where you want the update to be performed. In the case of synching to a public folder that would most likely require only 1 Outlook client running that has access to the MSDE database that has the BCM data. The addin could connect to the database using the typical ADO or other methods depending on what language you're planning to use and then do it's thing on the public folder. Of course that Outlook/Windows logon would need adequate permissions on the public folder for read/write/create and on the database for read. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Steve Jensen" wrote in message ... I would like to create an add-on to do a 1-way synchronization from BCM 2007 to a public folder in Exchange 2003, preferably on an automatic schedule, so that BCM users can access and synchronize PDA's when operating remotely. Is this something that can be done in Outlook, or does this need to be a server-side service? As BCM is in a SQL database, not Exchange, I am not at all sure how to approach the project. |
#3
|
|||
|
|||
![]()
Thanks, Ken
Does it matter whether BCM is in SQL Express or SQL Standard? Also, assuming you have the add-on to do this, how do you schedule it to run automatically at given intervals? "Ken Slovak - [MVP - Outlook]" wrote: It could be done in an Outlook addin but of course Outlook would have to be running on each client where you want the update to be performed. In the case of synching to a public folder that would most likely require only 1 Outlook client running that has access to the MSDE database that has the BCM data. The addin could connect to the database using the typical ADO or other methods depending on what language you're planning to use and then do it's thing on the public folder. Of course that Outlook/Windows logon would need adequate permissions on the public folder for read/write/create and on the database for read. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Steve Jensen" wrote in message ... I would like to create an add-on to do a 1-way synchronization from BCM 2007 to a public folder in Exchange 2003, preferably on an automatic schedule, so that BCM users can access and synchronize PDA's when operating remotely. Is this something that can be done in Outlook, or does this need to be a server-side service? As BCM is in a SQL database, not Exchange, I am not at all sure how to approach the project. |
#4
|
|||
|
|||
![]()
Accessing SQL Server is the same whether it's the desktop version (Express
or MSDE) or the server enterprise version. You can use a timer that fires at intervals and check the system time in the timer event and run the synch at a specified time, or at specified intervals, or you can use any other method of scheduling that you want. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Steve Jensen" wrote in message ... Thanks, Ken Does it matter whether BCM is in SQL Express or SQL Standard? Also, assuming you have the add-on to do this, how do you schedule it to run automatically at given intervals? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
find contacts in public folders | kabucek | Outlook - Using Contacts | 0 | September 20th 06 05:28 PM |
Importing contacts to Public Folders | Tiffany | Outlook - Using Contacts | 4 | June 15th 06 12:11 AM |
Outlook XP. not seeing contacts others put in public folders | Sohoma Knome | Outlook - Using Contacts | 0 | May 4th 06 03:31 PM |
Shared Contacts in Public Folders | Lasse | Outlook - Using Contacts | 2 | March 31st 06 11:45 AM |
Finding Contacts in Public Folders | Manowar | Outlook - Using Contacts | 3 | January 24th 06 11:39 PM |