المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Sending email and keeping a copy on the server



C# Programming
03-10-2010, 03:15 PM
Hi,

My application automatically sends email messages using System.Net.Mail.MailMessage and System.Net.Mail.SmtpClient. However, the sent emails are not kept on the mail server.

Is there a way of doing so?

Thanks,
Eyal.