Inserting email into a SQL Database

  • Thread starter Thread starter jwhit
  • Start date Start date
J

jwhit

I would like to redirect some of my email into a sql
database. Can anyone point me in the right direction?
Can I use custom rules or can it only be done in a 3rd
party app?

Thanks,
 
Natively you can Export to an Access database which you can then load into
the SQL database. Personally I would use the import utility from within
Access as it creates better tables.

--
Roady [MVP] www.sparnaaij.net
Microsoft Office and Microsoft Office related News
Also Outlook FAQ, How To's, Downloads and more...

Tips of the month:
-Setting Permissions on a Mailbox
-Create an Office XP CD slipstreamed with Service Pack 3
 
Probably with some VBA and a modified rule. Ask again in the
microsoft.public.outlook.program_vba newsgroup. They should be able to help
you on your way.

Good luck!

--
Roady [MVP] www.sparnaaij.net
Microsoft Office and Microsoft Office related News
Also Outlook FAQ, How To's, Downloads and more...

Tips of the month:
-Setting Permissions on a Mailbox
-Create an Office XP CD slipstreamed with Service Pack 3

-----
jwhit said:
Thanks but I should have explained a bit better. I would like to do this
on the fly. When a an email comes in from say my backup software, I would
like to have its contents dumped into a sql table automatically. Possible?
 
Back
Top