Programmatically retrieving email from server

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

    Programmatically retrieving email from server

    Hi,

    Just as we use the System.Net.Mail .SmtpClient class for
    programmaticall y sending emails through an SMTP server, what can we
    use for receiving emails from a POP3 server. We want to mimic a mail
    client that reads messages from the mail server but retains them on
    the server.
    This is actually for an application that parses emails to derive
    content.

    Thanks,
    Yash
  • Pavel Minaev

    #2
    Re: Programmaticall y retrieving email from server

    On Aug 11, 2:30 pm, Yashgt <yas...@gmail.c omwrote:
    Hi,
    >
    Just as we use the System.Net.Mail .SmtpClient class for
    programmaticall y sending emails through an SMTP server, what can we
    use for receiving emails from a POP3 server. We want to mimic a mail
    client that reads messages from the mail server but retains them on
    the server.
    This is actually for an application that parses emails to derive
    content.
    "The .NET Framework does not offer POP3 or MIME support. For those of
    you who need it, this article provides support for both POP3 and
    MIME.":


    Comment

    Working...