Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Read Exchange Mailboxes and output to SQL Server

Status
Not open for further replies.

BLG

Programmer
Joined
Sep 29, 2000
Messages
6
Location
NZ
Is there a way to catch any incoming or outgoing email and read it's contents so it can be written to a SQL Server database?

The requirement is:

[ul]
[li]Read the incoming/outgoing email From and To fields[/li]
[li]Find a match in a SQL Server database[/li]
[li]Write the Body of the email to the database[/li]
[li]Write attachments to the database[/li]
[/ul]
Any hints or code hugely appreciated.
Thanks!
 
At what point do you want to catch the mail? On Exchange or on Outlook?
 
Exchange? OK, do a Google on Exchange journaling
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top