very very urgent

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have been searching how to find the way to get data from sql server and put
it the exchange server public folders, Sue already told me no direct tool to
do that, but programming and she pointed out the web site, and still I
couldn't solve my problem. It is really important that I do that project
asap, I am running out of time. IF someone has clear knowledge please help me.
 
You really need to be more specific: what exactly are you having problems
with? Creating new items? Populating their properties? Saving them?
What programming language are you planning to use? What API?
Have you looked at http://www.outlookcode.com ?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
I have looked at that website so many times and yes they have really good
sources if you know what you need to use. My project is taking data from sql
server and plug in the public folders.THis is contact information, I have
several table from sql server to gather data, I already have big query from
sql, if I needed to transfer my data to access or excel that is very easy,
but I need to transfer to public folders and I need to update once a day, for
that reason I need some programming to do, maybe stored procedures.., that's
where I am stuck, what to do, how to do?
 
If you are familiar with VB, create an executable which would use Outlook
Object Model to create/update new contacts using the data retrieved from the
DB using ADO.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Back
Top