Asynchronous Programming : Sending Mails using async and await in .NET 4.5
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbwzj8SM3pPj6rYaWKRrUoiQrMCjQKCI-QfCBf99X0vvVwZHmXq1M-0DVVaao9uC_ED5hrdG6IzL0YKfwIlCQEgROydK7FUYcAZA3zdY33CZS9bsulxiTUycmckzJtuvv31f0bFgDZfLg/s1600/4.png)
Hi Folks, This is Time I am going to tell you how to send mails asynchronously using async and await keywords . Enjoy. Before You Start you must have, - Visual Studio 12 installed Step 1: Create a Console Project in Visual Studio Step 2: Make Mail Manager Class to Send Asynchronous mails Step 3: Call it using the Console application