I am using WinForms application. I know to sent an email we use System.Net.Mail and smtp.send method.
What i am not aware is that if email is sent from a particular account (eg. noreply@company.com) then a copy of the same
should be automatically get saved into sent folder. WinForms app runs on two or more PCs and anyone could sent out an email from that account.
We have a separate machine which has outlook configured to noreply@company.com exchange account and we later want to find out how many email where sent and which one got bounced back.
Any Suggestions ?
Submitted under:
Microsoft .NET · C#.NET · SMTP · ·