I am sending the email using C# in an ASP.Net application using System.Net.Mail.
The email send part works fine. I just want to add this sent email to the sent folder of the email sender in Microsoft Outlook. I am using Microsoft Exchange 2010.
What are all the best way implement this? My expertise is in .net technologies only.
Thank you, Eric