[Solved] C# cancel an email sending using smtpClient [closed]
Quite bluntly, this has XY problem written all over it. Once you call Send, there is no mechanism to cancel the message – the class doesn’t raise any events before it sends the email or anything, it just sends it. Just make sure you’re actually ready to send the message before you send it. The … Read more