// // Browse by Tags - Geeks Portal

Browse by Tags

Sorry, but there are no more tags available to filter with.
  • MailHelper Class for sending Email with C#

    using System; using System.Configuration; using System.ComponentModel; using System.Net; using System.Net.Mail; using System.Runtime.InteropServices; public class MailHelper { public void MailHelperSender(string strTo,string strCC, string strMessage,string strSubject) { MailMessage objMM = new MailMessage...
    Posted to Andri Tjiu (Weblog) by andritjiu on 07-06-2008
Page 1 of 1 (1 items)