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. Web Development
  3. ASP.NET
  4. Mail box

Mail box

Scheduled Pinned Locked Moved ASP.NET
database
9 Posts 4 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.
  • D Offline
    D Offline
    deepikadurge
    wrote on last edited by
    #1

    I want to create a application in which i can send a mail and receive amail. i want to know that waht should i do for storing the dat.. should i store the mail message in to sql database. wher does it store. just tell mw where it store..

    L A A 3 Replies Last reply
    0
    • D deepikadurge

      I want to create a application in which i can send a mail and receive amail. i want to know that waht should i do for storing the dat.. should i store the mail message in to sql database. wher does it store. just tell mw where it store..

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      deepikadurge wrote:

      i want to know that waht should i do for storing the dat

      It depends on how you need to access the data; you could use any appropriate database (SQL, Access etc) or a homemade file of some sort.

      1 Reply Last reply
      0
      • D deepikadurge

        I want to create a application in which i can send a mail and receive amail. i want to know that waht should i do for storing the dat.. should i store the mail message in to sql database. wher does it store. just tell mw where it store..

        A Offline
        A Offline
        Abhishek Sur
        wrote on last edited by
        #3

        Are you going to create POP3/ICMP application ? Or you want to use the existing mail server and store mails to your location programmatically ?

        Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.


        My Latest Articles-->** Simplify Code Using NDepend
        Basics of Bing Search API using .NET
        Microsoft Bing MAP using Javascript

        D 2 Replies Last reply
        0
        • D deepikadurge

          I want to create a application in which i can send a mail and receive amail. i want to know that waht should i do for storing the dat.. should i store the mail message in to sql database. wher does it store. just tell mw where it store..

          A Offline
          A Offline
          Abhijit Jana
          wrote on last edited by
          #4

          deepikadurge wrote:

          I want to create a application in which i can send a mail and receive amail.

          You have to create one mail server rather than thinking about using DB. What is your business requirments ?

          Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

          D 1 Reply Last reply
          0
          • A Abhijit Jana

            deepikadurge wrote:

            I want to create a application in which i can send a mail and receive amail.

            You have to create one mail server rather than thinking about using DB. What is your business requirments ?

            Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

            D Offline
            D Offline
            deepikadurge
            wrote on last edited by
            #5

            I am dng this for my knowledge .. can i create a mail server on my machine and how

            1 Reply Last reply
            0
            • A Abhishek Sur

              Are you going to create POP3/ICMP application ? Or you want to use the existing mail server and store mails to your location programmatically ?

              Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.


              My Latest Articles-->** Simplify Code Using NDepend
              Basics of Bing Search API using .NET
              Microsoft Bing MAP using Javascript

              D Offline
              D Offline
              deepikadurge
              wrote on last edited by
              #6

              i want to craete an web app on my machine .. i want to store it in mail server.. but i cnt know the process of saving mail in mail server.. waht is the location for that..

              A 1 Reply Last reply
              0
              • A Abhishek Sur

                Are you going to create POP3/ICMP application ? Or you want to use the existing mail server and store mails to your location programmatically ?

                Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.


                My Latest Articles-->** Simplify Code Using NDepend
                Basics of Bing Search API using .NET
                Microsoft Bing MAP using Javascript

                D Offline
                D Offline
                deepikadurge
                wrote on last edited by
                #7

                I have writen the code for mail send.. it's running .. but i dnt knw where it is storing in pc.. how can i read the mail..

                1 Reply Last reply
                0
                • D deepikadurge

                  i want to craete an web app on my machine .. i want to store it in mail server.. but i cnt know the process of saving mail in mail server.. waht is the location for that..

                  A Offline
                  A Offline
                  Abhishek Sur
                  wrote on last edited by
                  #8

                  If you have configured your smtp server you will have specified the path where mails should be stored . Open IIS Console. Right click on "Default SMTP Virtual Server" - > Go to Properties In the Messages tab you will find the directory path. Check the path you will find the mails. By Default it will be stored in C:\Inetpub\mailroot You can also find the actual mailing path by right clicking on the domain you are using as mail server. Just Right click on Domain and find Drop MailBox. Cheers. :-D

                  Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.


                  My Latest Articles-->** Simplify Code Using NDepend
                  Basics of Bing Search API using .NET
                  Microsoft Bing MAP using Javascript

                  D 1 Reply Last reply
                  0
                  • A Abhishek Sur

                    If you have configured your smtp server you will have specified the path where mails should be stored . Open IIS Console. Right click on "Default SMTP Virtual Server" - > Go to Properties In the Messages tab you will find the directory path. Check the path you will find the mails. By Default it will be stored in C:\Inetpub\mailroot You can also find the actual mailing path by right clicking on the domain you are using as mail server. Just Right click on Domain and find Drop MailBox. Cheers. :-D

                    Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.


                    My Latest Articles-->** Simplify Code Using NDepend
                    Basics of Bing Search API using .NET
                    Microsoft Bing MAP using Javascript

                    D Offline
                    D Offline
                    deepikadurge
                    wrote on last edited by
                    #9

                    Thanks..

                    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