Is it possible to automatically link the sending of an email (using SMTPClient) in C# with an ADO.net transaction?
So given the scenario of the sending of an email failing, the ADO.NET transaction will also fail and be automatically rolled back?
Cheers