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!
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!