mail namespace question

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

    #1

    mail namespace question

    I was looking in the new mail namespace but could't find anything regarding
    receiving email, only sending (SMTP Client). Are there any classes available
    for IMAP or POP3? I would like to query an email server using certain
    credentials to determine if there are any emails messages to process. Are
    there any classes available to do this in the new .net framework?

  • Greg Young

    #2
    Re: mail namespace question

    Not in the framework but there are numerous open source libraries for this.

    If you google on C# pop3 you will get quite a few. One commercial product I
    will recommend is from /n software http://www.nsoftware.com/

    Cheers,

    Greg Young
    MVP - C#
    Gamified micro-bounties on small GitHub issues. Auto-scored. Top score wins.


    "Sisnaz" <Sisnaz@discuss ions.microsoft. com> wrote in message
    news:E7FC3DB0-6C7E-44A4-9F8B-9B037CA76E01@mi crosoft.com...[color=blue]
    >I was looking in the new mail namespace but could't find anything regarding
    > receiving email, only sending (SMTP Client). Are there any classes
    > available
    > for IMAP or POP3? I would like to query an email server using certain
    > credentials to determine if there are any emails messages to process. Are
    > there any classes available to do this in the new .net framework?
    >[/color]


    Comment

    • Sisnaz

      #3
      Re: mail namespace question

      Thanks for the quick response and the tip.

      "Greg Young" wrote:
      [color=blue]
      > Not in the framework but there are numerous open source libraries for this.
      >
      > If you google on C# pop3 you will get quite a few. One commercial product I
      > will recommend is from /n software http://www.nsoftware.com/
      >
      > Cheers,
      >
      > Greg Young
      > MVP - C#
      > http://codebetter.com/blogs/gregyoung
      >
      > "Sisnaz" <Sisnaz@discuss ions.microsoft. com> wrote in message
      > news:E7FC3DB0-6C7E-44A4-9F8B-9B037CA76E01@mi crosoft.com...[color=green]
      > >I was looking in the new mail namespace but could't find anything regarding
      > > receiving email, only sending (SMTP Client). Are there any classes
      > > available
      > > for IMAP or POP3? I would like to query an email server using certain
      > > credentials to determine if there are any emails messages to process. Are
      > > there any classes available to do this in the new .net framework?
      > >[/color]
      >
      >
      >[/color]

      Comment

      Working...