Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Mail Application development in .Net

Mail Application development in .Net

Scheduled Pinned Locked Moved C#
csharphelptutorial
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    clife537
    wrote on last edited by
    #1

    Hi! All, I am .net programmer (bigenner), whant to develop a mail application using .Net, can any one please help me how to start of withh the mail application development. preferabaly using C#, than vb.net Please do help me out.... :)

    chandu

    Q R 2 Replies Last reply
    0
    • C clife537

      Hi! All, I am .net programmer (bigenner), whant to develop a mail application using .Net, can any one please help me how to start of withh the mail application development. preferabaly using C#, than vb.net Please do help me out.... :)

      chandu

      Q Offline
      Q Offline
      quiteSmart
      wrote on last edited by
      #2

      You can use the MailMessage Object to fill the from, to, subject, address. and then use the smtpclient object to set the SMTP server to be used and to send the mail Message. jamil Abou khalil

      C 1 Reply Last reply
      0
      • Q quiteSmart

        You can use the MailMessage Object to fill the from, to, subject, address. and then use the smtpclient object to set the SMTP server to be used and to send the mail Message. jamil Abou khalil

        C Offline
        C Offline
        clife537
        wrote on last edited by
        #3

        **Thanks!**for the information you have given i have found a lot of details about how to go witht the mail application developement. but still if you would provide me some links which can give me the download of the sample mail application right from the scratch. it would be more help full..... :)

        chandu

        1 Reply Last reply
        0
        • C clife537

          Hi! All, I am .net programmer (bigenner), whant to develop a mail application using .Net, can any one please help me how to start of withh the mail application development. preferabaly using C#, than vb.net Please do help me out.... :)

          chandu

          R Offline
          R Offline
          realin
          wrote on last edited by
          #4

          well i have made this app long back.. so here is the details.. first include namespace using System.Web.Mail; then follow these steps :- MailMessage mail = new MailMessage(); mail.From = from; mail.To = to; mail.Subject = sub; mail.Body = body; SmtpMail.SmtpServer = server; SmtpMail.Send(mail); I should this should help you. and if you still fce any problem contact me :) <>

          C 1 Reply Last reply
          0
          • R realin

            well i have made this app long back.. so here is the details.. first include namespace using System.Web.Mail; then follow these steps :- MailMessage mail = new MailMessage(); mail.From = from; mail.To = to; mail.Subject = sub; mail.Body = body; SmtpMail.SmtpServer = server; SmtpMail.Send(mail); I should this should help you. and if you still fce any problem contact me :) <>

            C Offline
            C Offline
            clife537
            wrote on last edited by
            #5

            Thanks! a lot for the help now i have got a bit idea how to go ahead with the Application. but now i am planning the desktop mail application like Outlook, so if you help me out how to go ahead it will be more helpfull... :)

            chandu

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups