Henning Krause [MVP]
Guest
|
Posted:
Fri Feb 04, 2005 1:50 am Post subject:
Re: Sync Exchange<>SQL database |
|
|
Hello,
which version of Exchange are you using?
If it is 2000 or greater one option would be WebDAV. This allows you to
access every item in the Exchange database via a HTTP connection.
See the WebDAV reference
(http://msdn.microsoft.com/library/en-us/e2k3/e2k3/wss_references_webdav.asp
).
Greetings,
Henning Krause [MVP]
==========================
Visit my website: http://www.infinitec.de
Try my free Exchange Explorer: Mistaya
(http://www.infinitec.de/software/mistaya.aspx)
"Wolfgang Wedenig" <we@happynet.at> wrote in message
news:OPI7nPfCFHA.1432@tk2msftngp13.phx.gbl...
| Quote: | Hi Newsgroup,
currently I am facing some troubles; maybe someone out there can provide
me
some help.
I have to code an application that stores the data in
- Microsoft Exchange Server and
- Microsoft SQL Server
The idea behind this is to use a central web application that provides the
opportunity to store protocols in a SQL Server database. Additionally it
is
required to assign these protocols to contacts that are stored in the
Exchange database. Based on the protocol I have to create tasks and assign
them to pre-selected users and store it in their Exchange mailbox.
All these issues must be done in real-time or nearly real-time. As I have
to
access different mailboxes (read/write) I have to install the application
directly on the server where Exchange is installed. Or am I wrong? I
already
found some tools to read data from Exchange and send it to SQL server; but
I
was not able to send data from SQL server and to create new entries in
Exchange.
So; are there any suggestions how I can solve this or are there any tools
I
can use to sync my data?
Thanks in advance for your help.
Wolfgang
|
|
|