Read mail form server

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Iwan Petrow

    Read mail form server

    Hi,

    How could I receive and read my e-mails from a server?

    For example if my mail is xxx@xxx.com, I want to check if I have new
    mails and if I have ones I want to download them and view the text
    information and if has any attachment to save them on the hard disk.

    Thanks.

  • Ivar

    #2
    Re: Read mail form server

    Hi,

    you need pop3 or imap client.
    If you only need to get messages from "Inbox" then pop3 is suggested.
    It's more easier to you to use.

    See if helps:


    "Iwan Petrow" <xxxxyz@abv.b g> wrote in message
    news:1127907103 .190782.254630@ g49g2000cwa.goo glegroups.com.. .[color=blue]
    > Hi,
    >
    > How could I receive and read my e-mails from a server?
    >
    > For example if my mail is xxx@xxx.com, I want to check if I have new
    > mails and if I have ones I want to download them and view the text
    > information and if has any attachment to save them on the hard disk.
    >
    > Thanks.
    >[/color]


    Comment

    • Paul Lesnikowski

      #3
      Re: Read mail form server

      Try using this library:
      .NET email component, .NET IMAP component and .NET POP3 component for receiving emails with SSL/TLS and SMIME support


      It's simple and effective.
      Allows sending, receiving and parsing email messages.
      Encodes/decodes any kind of attachment.
      Includes POP3 and STMP clients.
      Written entirely in managed code in C#.


      *** Sent via Developersdex http://www.developersdex.com ***

      Comment

      Working...