Link to home
Start Free TrialLog in
Avatar of Pranjal Shirsat
Pranjal Shirsat

asked on

How to update the incoming mail details in SQL server database?

I receive mails from our client in outlook inbox and want to update the incoming mail details in SQL server database table.
Please suggest code to do this.
Avatar of lcohan
lcohan
Flag of Canada image

You can try to use this Outlook Add-on: www.geniusconnect.com
You need to Link your Outlook Folder(Inbox,Sent, ETC.) to your SQL Table table and check "Auto Save" option and by doing this all new items from that folder will be automatically saved into your SQL DB table.

OR

It looks like there is a library (Exchange WebServices .NET) available that can help you out to reading Email from Exchange Server and Save It into a SQL Database:
http://www.independentsoft.com/exchangewebservices/index.html
Did you tried the options provided above by any chance?
ASKER CERTIFIED SOLUTION
Avatar of Pranjal Shirsat
Pranjal Shirsat

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Pranjal Shirsat
Pranjal Shirsat

ASKER

Completed by my colleague.